Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
soiferj committed Aug 8, 2019
1 parent d0a4cd4 commit e122e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def _impl(inputs, attr, params):
# reshape result back to n-dimensional
if len(orig_shape_x) > 3:
final_shape = attr['_output_shapes'][0]
ret = _op.reshape(ret, final_shape)
ret = _op.reshape(ret, newshape=final_shape)

return ret
return _impl
Expand Down

0 comments on commit e122e21

Please sign in to comment.