Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py1134 def _determine_traced_tensors(self, graph, ops_in_exec_path): argument
1146 in_exec_path = op in ops_in_exec_path
1204 ops_in_exec_path = self._filter_execution_path_operations(operations,
1206 self._determine_traced_tensors(graph, ops_in_exec_path)
1213 return (ops_in_exec_path, succeed, sorted_or_cycle)