fixed typo in docstring for unchanged shape method
This commit is contained in:
parent
e5e03ef314
commit
df803bd35b
@ -34,7 +34,7 @@ def scalar_shape(unused_op):
|
||||
|
||||
|
||||
def unchanged_shape(op):
|
||||
"""Shape function for ops that output an tensor like their first input."""
|
||||
"""Shape function for ops that output a tensor like their first input."""
|
||||
return [op.inputs[0].get_shape()]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user