Home
last modified time | relevance | path

Searched defs:feed_dict (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/python/debug/wrappers/
Dgrpc_wrapper.py33 feed_dict, argument
122 def prepare_run_debug_urls(self, fetches, feed_dict): argument
214 feed_dict=None, argument
Dframework.py188 def __init__(self, fetches, feed_dict, run_options, run_metadata, argument
399 feed_dict=None, argument
522 feed_dict, argument
597 feed_dict, argument
653 def partial_run(self, handle, fetches, feed_dict=None): argument
931 def prepare_run_debug_urls(self, fetches, feed_dict): argument
961 def _prepare_run_watch_config(self, fetches, feed_dict): argument
Ddumping_wrapper.py92 def prepare_run_debug_urls(self, fetches, feed_dict): argument
Ddumping_wrapper_test.py285 def counting_watch_fn(fetches, feed_dict): argument
328 def counting_watch_fn(fetches, feed_dict): argument
Dlocal_cli_wrapper.py618 feed_dict, argument
/external/tensorflow/tensorflow/python/client/
Dsession.py64 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
72 def partial_run(self, handle, fetches, feed_dict=None): argument
850 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
971 def partial_run(self, handle, fetches, feed_dict=None): argument
1094 def _run(self, handle, fetches, feed_dict, options, run_metadata): argument
1320 def _do_run(self, handle, target_list, fetch_list, feed_dict, options, argument
1348 def _run_fn(feed_dict, fetch_list, target_list, options, run_metadata): argument
1354 def _prun_fn(handle, feed_dict, fetch_list): argument
1415 def _update_with_movers(self, feed_dict, feed_map): argument
1441 def _call_tf_sessionrun(self, options, feed_dict, fetch_list, target_list, argument
[all …]
Dtf_session_helper.cc60 const TF_Buffer* run_options, PyObject* feed_dict, in TF_Run_wrapper_helper()
165 PyObject* feed_dict, const NameVector& output_names, in TF_Run_wrapper()
337 PyObject* feed_dict, const NameVector& output_names, in TF_PRun_wrapper()
/external/tensorflow/tensorflow/python/debug/lib/
Dcommon.py74 def get_run_key(feed_dict, fetches): argument
Ddebug_graph_reconstruction_test.py86 feed_dict=None, argument
/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py281 feed_dict, argument
388 feed_dict, argument
/external/tensorflow/tensorflow/compiler/tests/
Dtest_utils.py71 def RunWithWarmup(sess, op_to_run, feed_dict, options=None, run_metadata=None): argument
Dtridiagonal_solve_ops_test.py389 feed_dict=None): argument
/external/tensorflow/tensorflow/examples/tutorials/mnist/
Dmnist_with_summaries.py151 def feed_dict(train): function
/external/tensorflow/tensorflow/python/kernel_tests/
Dconcat_op_test.py578 self, inp_tensors, axis, output_shape, feed_dict=None): argument
590 self, inp_tensors, axis, output_shape, gather_indexes, feed_dict=None): argument
Dbias_op_deterministic_test.py66 def _assert_reproducible(self, operation, feed_dict={}): argument
Dreduction_ops_test.py138 def _compare(self, x, reduction_axes, keepdims, feed_dict=None): argument
146 def _compareAll(self, x, reduction_axes, feed_dict=None): argument
153 def _compareAllAxes(self, x, feed_dict=None): argument
1056 feed_dict=None): argument
1070 def _compareAll(self, x, reduction_axes, feed_dict=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dfft_ops_test.py124 def _tf_fft(self, x, rank, fft_length=None, feed_dict=None): argument
129 def _tf_ifft(self, x, rank, fft_length=None, feed_dict=None): argument
301 def _tf_fft(self, x, rank, fft_length=None, feed_dict=None): argument
306 def _tf_ifft(self, x, rank, fft_length=None, feed_dict=None): argument
/external/tensorflow/tensorflow/python/training/
Dsession_run_hook.py210 def __new__(cls, fetches, feed_dict=None, options=None): argument
Devaluation.py176 feed_dict=None, argument
Dmonitored_session.py760 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
1274 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
1420 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py47 feed_dict=None, argument
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py305 feed_dict=None, argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py50 def rebuild_ragged_tensor_with_value_rowids(rt, feed_dict=None, sess=None): argument
/external/tensorflow/tensorflow/python/framework/
Dsparse_tensor.py207 def eval(self, feed_dict=None, session=None): argument
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py692 def __init__(self, checkpoint, feed_dict, graph_view): argument
1039 def run(self, fetches, feed_dict=None, **kwargs): argument

12