Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/debug/wrappers/
Dgrpc_wrapper.py27 feed_dict, argument
116 def prepare_run_debug_urls(self, fetches, feed_dict): argument
207 feed_dict=None, argument
Dframework.py182 def __init__(self, fetches, feed_dict, run_options, run_metadata, argument
392 feed_dict=None, argument
515 feed_dict, argument
589 feed_dict, argument
645 def partial_run(self, handle, fetches, feed_dict=None): argument
923 def prepare_run_debug_urls(self, fetches, feed_dict): argument
953 def _prepare_run_watch_config(self, fetches, feed_dict): argument
Ddumping_wrapper_test.py281 def counting_watch_fn(fetches, feed_dict): argument
323 def counting_watch_fn(fetches, feed_dict): argument
Ddumping_wrapper.py88 def prepare_run_debug_urls(self, fetches, feed_dict): argument
Dlocal_cli_wrapper.py614 feed_dict, argument
/external/tensorflow/tensorflow/python/client/
Dsession.py63 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
71 def partial_run(self, handle, fetches, feed_dict=None): argument
859 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
980 def partial_run(self, handle, fetches, feed_dict=None): argument
1104 def _run(self, handle, fetches, feed_dict, options, run_metadata): argument
1330 def _do_run(self, handle, target_list, fetch_list, feed_dict, options, argument
1358 def _run_fn(feed_dict, fetch_list, target_list, options, run_metadata): argument
1364 def _prun_fn(handle, feed_dict, fetch_list): argument
1426 def _update_with_movers(self, feed_dict, feed_map): argument
1452 def _call_tf_sessionrun(self, options, feed_dict, fetch_list, target_list, argument
[all …]
Dtf_session_helper.cc61 const TF_Buffer* run_options, PyObject* feed_dict, in TF_Run_wrapper_helper()
166 PyObject* feed_dict, const NameVector& output_names, in TF_Run_wrapper()
333 PyObject* feed_dict, const NameVector& output_names, in TF_PRun_wrapper()
/external/tensorflow/tensorflow/python/debug/lib/
Dcommon.py70 def get_run_key(feed_dict, fetches): argument
Ddebug_graph_reconstruction_test.py81 feed_dict=None, argument
Dsession_debug_testlib.py123 feed_dict=None, argument
/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py276 feed_dict, argument
383 feed_dict, argument
/external/tensorflow/tensorflow/compiler/tests/
Dtest_utils.py66 def RunWithWarmup(sess, op_to_run, feed_dict, options=None, run_metadata=None): argument
Dxla_test.py84 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
Dtridiagonal_solve_ops_test.py387 feed_dict=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dconcat_op_test.py602 self, inp_tensors, axis, output_shape, feed_dict=None): argument
614 self, inp_tensors, axis, output_shape, gather_indexes, feed_dict=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dfft_ops_test.py112 def _tf_fft(self, x, rank, fft_length=None, feed_dict=None): argument
117 def _tf_ifft(self, x, rank, fft_length=None, feed_dict=None): argument
288 def _tf_fft(self, x, rank, fft_length=None, feed_dict=None): argument
293 def _tf_ifft(self, x, rank, fft_length=None, feed_dict=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dreduction_ops_test.py153 def _compare(self, x, reduction_axes, keepdims, feed_dict=None): argument
161 def _compareAll(self, x, reduction_axes, feed_dict=None): argument
168 def _compareAllAxes(self, x, feed_dict=None): argument
1082 feed_dict=None): argument
1096 def _compareAll(self, x, reduction_axes, feed_dict=None): argument
/external/tensorflow/tensorflow/python/training/
Dsession_run_hook.py206 def __new__(cls, fetches, feed_dict=None, options=None): argument
Devaluation.py172 feed_dict=None, argument
Dmonitored_session.py764 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
1302 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
1447 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py43 feed_dict=None, argument
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py322 feed_dict=None, argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py45 def rebuild_ragged_tensor_with_value_rowids(rt, feed_dict=None, sess=None): argument
/external/tensorflow/tensorflow/python/framework/
Dsparse_tensor.py235 def eval(self, feed_dict=None, session=None): argument
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint.py759 def __init__(self, checkpoint, feed_dict, graph_view): argument
1111 def run(self, fetches, feed_dict=None, **kwargs): argument

12