Searched refs:my_op (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
H A Dgraph_callable_test.py195 def my_op(inputs): function in function:GraphCallableTest.testNestedSequenceInputs
205 ret = my_op(inputs)
209 my_op.variables[0].assign(1.)
210 ret = my_op(inputs)
H A Dfunction_test.py558 def my_op(inputs): function in function:FunctionTest.testNestedSequenceInputs
564 my_eager_op = function.defun(my_op)
/external/tensorflow/tensorflow/python/training/
H A Dsupervisor_test.py98 my_op = constant_op.constant(1.0)
102 sess.run(my_op)
109 my_op = constant_op.constant(1.0)
113 sess.run(my_op)
120 my_op = constant_op.constant(1.0)
130 sess.run(my_op)
138 my_op = constant_op.constant(1.0)
145 raise errors_impl.OutOfRangeError(my_op.op.node_def, my_op.op,
148 sess.run(my_op)
[all...]

Completed in 414 milliseconds