Home
last modified time | relevance | path

Searched refs:make_callable (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/data/benchmarks/
Dmeta_benchmark.py53 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): argument
119 if make_callable:
120 get_next_element = sess.make_callable(next_element)
/external/tensorflow/tensorflow/contrib/distribute/python/
Dminimize_loss_test.py78 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())
Dmonitor.py55 self._run_step = session.make_callable(step_callable())
Dstep_fn_test.py54 run_step = sess.make_callable(single_loss_step())
Doptimizer_v2_test.py55 run_step = sess.make_callable(run_step())
Dkeras_optimizer_v2_test.py84 train_fn = sess.make_callable(train_fn())
/external/tensorflow/tensorflow/python/client/
Dsession_benchmark.py115 runner = sess.make_callable(v)
168 runner = sess.make_callable(v.op)
Dsession_test.py230 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))
1444 feed_fetch_runner = sess.make_callable([out_t, feed_t], [feed_t])
1452 tensor_runner = sess.make_callable(a, accept_options=True)
1466 tensor_runner = sess.make_callable(b.op, accept_options=True)
1479 tensor_runner = sess.make_callable(
Dsession.py1158 def make_callable(self, fetches, feed_list=None, accept_options=False): member in BaseSession
/external/tensorflow/tensorflow/core/protobuf/
Dreplay_log.proto29 MakeCallableRequest make_callable = 8; field
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-interactive-session.pbtxt36 name: "make_callable"
Dtensorflow.-session.pbtxt36 name: "make_callable"
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops_benchmark.py82 cond_fn = sess.make_callable(cond_val, [x])
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper_test.py363 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])
Dframework.py628 def make_callable(self, member in BaseDebugWrapperSession
632 runner = self._sess.make_callable(
/external/v8/src/
Dcode-factory.cc19 Callable make_callable(Stub& stub) { in make_callable() function
87 return make_callable(stub); in CallApiCallback()
/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py252 enqueue_callable = sess.make_callable(enqueue_op)
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py958 run_fn = sess.make_callable(targets)
/external/tensorflow/
DRELEASE.md1095 * Fixed a bug that prevented tfdbg from working with `tf.Session.make_callable`.
1141 * Added `tf.Session.make_callable()`, which provides a lower overhead means of running a similar st…