Home | History | Annotate | Download | only in tests

Lines Matching refs:value_1

438       value_1 = constant_op.constant(c([[3.0, 3.5]]))
441 w1 = w0.write(1, value_1)
460 ys=[r1], xs=[value_1], grad_ys=[c([[-2.0, -4.0]])])
467 xs=[value_0, value_1],
487 value_1 = constant_op.constant([-10.0, 10.0])
490 w1 = w0.write(1, value_1)
499 xs=[value_0, value_1],