Skip to content

Commit f20f28b

Browse files
vmikulikrmlarsen
authored andcommitted

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow/python/framework/constant_op.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def _eager_reshape(tensor, shape, ctx):
5959
attr_t = tensor._datatype_enum() # pylint: disable=protected-access
6060
attr_tshape, (shape,) = execute.args_to_matching_eager(
6161
[shape], ctx, dtypes.int32)
62-
attr_tshape = attr_tshape
6362
inputs_flat = [tensor, shape]
6463
attrs = ("T", attr_t, "Tshape", attr_tshape)
6564
result, = execute.execute(

0 commit comments

Comments
 (0)