Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dsession.py1086 fetch_handler = _FetchHandler(self._graph, fetches, {})
1095 final_fetches = [t._as_tf_output() for t in fetch_handler.fetches()]
1096 final_targets = [op._c_op for op in fetch_handler.targets()]
1175 fetch_handler = _FetchHandler(
1185 final_fetches = fetch_handler.fetches()
1186 final_targets = fetch_handler.targets()
1194 return fetch_handler.build_results(self, results)
1254 fetch_handler = _FetchHandler(self._graph, fetches, {})
1256 fetch_list = [t._as_tf_output() for t in fetch_handler.fetches()]
1257 target_list = [op._c_op for op in fetch_handler.targets()]
[all …]