HomeSort by relevance Sort by last modified time
    Searched refs:my_op (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/eager/
graph_callable_test.py 195 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)
function_test.py 558 def my_op(inputs): function in function:FunctionTest.testNestedSequenceInputs
564 my_eager_op = function.defun(my_op)
  /external/tensorflow/tensorflow/python/training/
supervisor_test.py 98 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...]
  /external/tensorflow/tensorflow/python/ops/
special_math_ops.py 18 callouts, e.g. "@@my_op" should go in math_ops. To the user, these are just

Completed in 149 milliseconds