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.py465 return self._sess._make_callable_from_options(
495 callable_object = self._sess._make_callable_from_options(
569 callable_object = self._sess._make_callable_from_options(
623 callable_object = self._sess._make_callable_from_options(
677 def _make_callable_from_options(self, callable_options): member in BaseDebugWrapperSession
Dlocal_cli_wrapper_test.py422 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
446 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
474 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
503 sess_callable = wrapped_sess._make_callable_from_options(callable_options)
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_benchmark.py60 … op_callable = sess._make_callable_from_options(callable_opts) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/client/
Dsession.py1504 def _make_callable_from_options(self, callable_options): member in BaseSession
Dsession_test.py1520 callable_fn = sess._make_callable_from_options(callable_opts)
1532 callable_fn = sess._make_callable_from_options(callable_opts)
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4004 callable_fn = session._make_callable_from_options(callable_opts)