Searched refs:run_op (Results 1 – 14 of 14) sorted by relevance
145 run_op = strategy.experimental_run(run_fn)147 self._run_if_in_graph_mode(run_op)160 run_op = get_gradients(opt, loss, [var])164 self.evaluate(run_op)185 run_op = strategy.experimental_run(run_fn)187 self._run_if_in_graph_mode(run_op)196 run_op = strategy.experimental_run(run_fn)197 self._run_if_in_graph_mode(run_op)216 run_op = strategy.experimental_run(run_fn)218 self._run_if_in_graph_mode(run_op)[all …]
106 run_op = strategy.experimental_run(run_fn)108 self._run_if_in_graph_mode(run_op)123 run_op = opt.get_gradients(loss, [var])127 self.evaluate(run_op)193 run_op = strategy.experimental_run(run_fn)195 self._run_if_in_graph_mode(run_op)203 run_op = strategy.experimental_run(run_fn)204 self._run_if_in_graph_mode(run_op)235 run_op = strategy.experimental_run(run_fn)237 self._run_if_in_graph_mode(run_op)[all …]
216 function run_op() { function243 run_op "$("${PYTHON_BIN_PATH}" -c "import tensorflow as tf; print(tf.Session('').run(tf.load_op_lib…247 …run_op "$("${PYTHON_BIN_PATH}" -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.…
108 step_fn, iterator, iterations=2).run_op203 step_fn, iterator, iterations=1).run_op271 step_fn, iterator, iterations=1).run_op378 step_fn, iterator, iterations=1).run_op503 return (ctx.run_op, ctx.last_step_outputs["replica_loss_reduced"])
114 return ctx.run_op
587 run_op = strategy.experimental_run(comm_fn, inputs)590 sess.run(run_op)603 run_op = experimental_run(comm_fn, inputs)606 sess.run(run_op)
380 ctx.run_op = control_flow_ops.group(loop_result)
112 update = ctx.run_op
634 ctx.run_op = control_flow_ops.group(loop_result)
1058 ctx.run_op = control_flow_ops.group(replicate_outputs)
563 self.job.run_op(op, op_func, self.get_kernel_ver)
557 run_op = image_ops.flip_left_right(inputs)562 self.evaluate(run_op)587 run_op = image_ops.random_flip_left_right(inputs)592 self.evaluate(run_op)617 run_op = image_ops.random_flip_left_right(inputs)622 self.evaluate(run_op)679 run_op = control_flow_ops.group(outputs)684 self.evaluate(run_op)722 run_op = control_flow_ops.group(outputs)725 self.evaluate(run_op)[all …]
196 train_op = ctx.run_op
1056 def run_op(self, op, op_func, get_kernel_func): member in server_job