Home
last modified time | relevance | path

Searched defs:fetch_list (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession.py1091 def _setup_fn(session, feed_list, fetch_list, target_list): argument
1263 def _callable_template_with_options_and_metadata(fetch_list, 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
1452 def _call_tf_sessionrun(self, options, feed_dict, fetch_list, target_list, argument
1458 def _call_tf_sessionprun(self, handle, feed_dict, fetch_list): argument