Merge pull request #17042 from namkam5/master
fixed typo in docstring for unchanged shape method
This commit is contained in:
commit
e4c6fe67fc
@ -34,7 +34,7 @@ def scalar_shape(unused_op):
|
|||||||
|
|
||||||
|
|
||||||
def unchanged_shape(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()]
|
return [op.inputs[0].get_shape()]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user