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

  /external/tensorflow/tensorflow/python/data/benchmarks/
meta_benchmark.py 53 self.run_benchmark_with_session_run(dataset, make_callable=True)
76 self.run_benchmark_with_session_run(dataset, make_callable=True)
112 def run_benchmark_with_session_run(self, dataset, make_callable=False):
119 if make_callable:
120 get_next_element = sess.make_callable(next_element)
  /external/tensorflow/tensorflow/contrib/distribute/python/
monitor.py 55 self._run_step = session.make_callable(step_callable())
step_fn_test.py 54 run_step = sess.make_callable(single_loss_step())
minimize_loss_test.py 78 run_step = sess.make_callable(run_step())
111 run_step = sess.make_callable(run_step())
169 run_step = sess.make_callable(run_step())
238 run_step = sess.make_callable(run_step())
330 run_step = sess.make_callable(run_step())
452 run_step = sess.make_callable(run_step())
optimizer_v2_test.py 55 run_step = sess.make_callable(run_step())
keras_optimizer_v2_test.py 84 train_fn = sess.make_callable(train_fn())
  /external/tensorflow/tensorflow/python/client/
session_benchmark.py 115 runner = sess.make_callable(v)
168 runner = sess.make_callable(v.op)
session_test.py 230 tensor_runner = sess.make_callable(a)
233 op_runner = sess.make_callable(a.op)
255 list_runner = sess.make_callable([a, b, c, a.name, assign.op])
268 tuple_runner = sess.make_callable((a, b, c, a.name))
286 namedtuple_runner = sess.make_callable(ABC(a, b, c))
    [all...]
session.py 1158 def make_callable(self, fetches, feed_list=None, accept_options=False): member in class:BaseSession
    [all...]
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops_benchmark.py 82 cond_fn = sess.make_callable(cond_val, [x])
  /external/v8/src/
code-factory.cc 19 Callable make_callable(Stub& stub) { function in namespace:v8::internal::__anon48242
87 return make_callable(stub);
  /external/tensorflow/tensorflow/python/debug/wrappers/
local_cli_wrapper_test.py 363 tensor_runner = wrapped_sess.make_callable(v)
373 tensor_runner = wrapped_sess.make_callable(a)
388 op_runner = wrapped_sess.make_callable(inc_v.op)
401 tensor_runner = wrapped_sess.make_callable(a, feed_list=[ph1, ph2])
    [all...]
framework.py 215 Session.make_callable is being run.
432 callable_runner: A `callable` returned by `Session.make_callable()`.
576 "Session.make_callable().")
628 def make_callable(self, member in class:BaseDebugWrapperSession
632 runner = self._sess.make_callable(
    [all...]
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 252 enqueue_callable = sess.make_callable(enqueue_op)
  /external/tensorflow/tensorflow/python/ops/parallel_for/
control_flow_ops_test.py     [all...]

Completed in 1528 milliseconds