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.py999 def _skip_op(self, op_id, op, ops_in_exec_path, report_handler): argument
1026 if op not in ops_in_exec_path:
1179 ops_in_exec_path, argument
1203 if self._skip_op(op_id, op, ops_in_exec_path, report_handler):
1241 def _determine_trace_and_create_report(self, graph, ops_in_exec_path): argument
1259 graph_order, ops_in_exec_path, tensor_trace_points, report_handler)