/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | grpc_wrapper.py | 33 feed_dict, argument 122 def prepare_run_debug_urls(self, fetches, feed_dict): argument 214 feed_dict=None, argument
|
D | framework.py | 188 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
|
D | dumping_wrapper.py | 92 def prepare_run_debug_urls(self, fetches, feed_dict): argument
|
D | dumping_wrapper_test.py | 285 def counting_watch_fn(fetches, feed_dict): argument 328 def counting_watch_fn(fetches, feed_dict): argument
|
D | local_cli_wrapper.py | 618 feed_dict, argument
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 64 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 …]
|
D | tf_session_helper.cc | 60 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/ |
D | common.py | 74 def get_run_key(feed_dict, fetches): argument
|
D | debug_graph_reconstruction_test.py | 86 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 281 feed_dict, argument 388 feed_dict, argument
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | test_utils.py | 71 def RunWithWarmup(sess, op_to_run, feed_dict, options=None, run_metadata=None): argument
|
D | tridiagonal_solve_ops_test.py | 389 feed_dict=None): argument
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | mnist_with_summaries.py | 151 def feed_dict(train): function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | concat_op_test.py | 578 self, inp_tensors, axis, output_shape, feed_dict=None): argument 590 self, inp_tensors, axis, output_shape, gather_indexes, feed_dict=None): argument
|
D | bias_op_deterministic_test.py | 66 def _assert_reproducible(self, operation, feed_dict={}): argument
|
D | reduction_ops_test.py | 138 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/ |
D | fft_ops_test.py | 124 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/ |
D | session_run_hook.py | 210 def __new__(cls, fetches, feed_dict=None, options=None): argument
|
D | evaluation.py | 176 feed_dict=None, argument
|
D | monitored_session.py | 760 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/ |
D | profile_context.py | 47 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/platform/ |
D | benchmark.py | 305 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 50 def rebuild_ragged_tensor_with_value_rowids(rt, feed_dict=None, sess=None): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | sparse_tensor.py | 207 def eval(self, feed_dict=None, session=None): argument
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | util.py | 692 def __init__(self, checkpoint, feed_dict, graph_view): argument 1039 def run(self, fetches, feed_dict=None, **kwargs): argument
|