Home
last modified time | relevance | path

Searched refs:fetch_handler (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Dsession.py1048 fetch_handler = _FetchHandler(self._graph, fetches, {})
1057 final_fetches = [t._as_tf_output() for t in fetch_handler.fetches()]
1058 final_targets = [op._c_op for op in fetch_handler.targets()]
1137 fetch_handler = _FetchHandler(
1147 final_fetches = fetch_handler.fetches()
1148 final_targets = fetch_handler.targets()
1156 return fetch_handler.build_results(self, results)
1216 fetch_handler = _FetchHandler(self._graph, fetches, {})
1218 fetch_list = [t._as_tf_output() for t in fetch_handler.fetches()]
1219 target_list = [op._c_op for op in fetch_handler.targets()]
[all …]