Home
last modified time | relevance | path

Searched refs:_make_callable_from_options (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py473 return self._sess._make_callable_from_options(
530 callable_object = self._sess._make_callable_from_options(
643 def _make_callable_from_options(self, callable_options): member in BaseDebugWrapperSession
Dlocal_cli_wrapper_test.py417 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
441 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
468 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
496 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
Dmap_and_batch_benchmark.py73 … op_callable = sess._make_callable_from_options(callable_opts) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/client/
Dsession.py1461 def _make_callable_from_options(self, callable_options): member in BaseSession
Dsession_test.py1500 callable_fn = sess._make_callable_from_options(callable_opts)
1512 callable_fn = sess._make_callable_from_options(callable_opts)
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3044 callable_fn = session._make_callable_from_options(callable_opts)