Variable name for the eager test (#13873)
This commit is contained in:
parent
c77090a0ae
commit
f758b24a82
@ -64,7 +64,8 @@ class AccumulateNV2EagerTest(test_util.TensorFlowTestCase):
|
|||||||
np.random.seed(42)
|
np.random.seed(42)
|
||||||
num_inputs = 3
|
num_inputs = 3
|
||||||
input_vars = [
|
input_vars = [
|
||||||
resource_variable_ops.ResourceVariable(10.0 * np.random.random())
|
resource_variable_ops.ResourceVariable(10.0 * np.random.random(),
|
||||||
|
name="t1")
|
||||||
for i in range(0, num_inputs)
|
for i in range(0, num_inputs)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user