/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | grpc_wrapper.py | 27 feed_dict, argument 116 def prepare_run_debug_urls(self, fetches, feed_dict): argument 207 feed_dict=None, argument
|
D | framework.py | 182 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
|
D | dumping_wrapper_test.py | 281 def counting_watch_fn(fetches, feed_dict): argument 323 def counting_watch_fn(fetches, feed_dict): argument
|
D | dumping_wrapper.py | 88 def prepare_run_debug_urls(self, fetches, feed_dict): argument
|
D | local_cli_wrapper.py | 614 feed_dict, argument
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 63 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 …]
|
D | tf_session_helper.cc | 61 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/ |
D | common.py | 70 def get_run_key(feed_dict, fetches): argument
|
D | debug_graph_reconstruction_test.py | 81 feed_dict=None, argument
|
D | session_debug_testlib.py | 123 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 276 feed_dict, argument 383 feed_dict, argument
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | test_utils.py | 66 def RunWithWarmup(sess, op_to_run, feed_dict, options=None, run_metadata=None): argument
|
D | xla_test.py | 84 def run(self, fetches, feed_dict=None, options=None, run_metadata=None): argument
|
D | tridiagonal_solve_ops_test.py | 387 feed_dict=None): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | concat_op_test.py | 602 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/ |
D | fft_ops_test.py | 112 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/ |
D | reduction_ops_test.py | 153 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/ |
D | session_run_hook.py | 206 def __new__(cls, fetches, feed_dict=None, options=None): argument
|
D | evaluation.py | 172 feed_dict=None, argument
|
D | monitored_session.py | 764 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/ |
D | profile_context.py | 43 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/platform/ |
D | benchmark.py | 322 feed_dict=None, argument
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 45 def rebuild_ragged_tensor_with_value_rowids(rt, feed_dict=None, sess=None): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | sparse_tensor.py | 235 def eval(self, feed_dict=None, session=None): argument
|
/external/tensorflow/tensorflow/python/checkpoint/ |
D | checkpoint.py | 759 def __init__(self, checkpoint, feed_dict, graph_view): argument 1111 def run(self, fetches, feed_dict=None, **kwargs): argument
|