Home
last modified time | relevance | path

Searched refs:my_op (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dsupervisor_test.py100 my_op = constant_op.constant(1.0)
104 self.evaluate(my_op)
111 my_op = constant_op.constant(1.0)
115 self.evaluate(my_op)
122 my_op = constant_op.constant(1.0)
132 self.evaluate(my_op)
140 my_op = constant_op.constant(1.0)
147 raise errors_impl.OutOfRangeError(my_op.op.node_def, my_op.op,
150 self.evaluate(my_op)
334 my_op = constant_op.constant([1.0])
[all …]
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py1109 def my_op(inputs): function
1115 my_eager_op = def_function.function(my_op)