Searched refs:op_fetches (Results 1 – 1 of 1) sorted by relevance
1105 op_fetches = []1108 op_fetches.append(fetch)1110 op_fetches.append(fetch.op)1115 execution_path_operations = set(op_fetches)1116 traverse_stack = list(op_fetches)1318 def _flush_tensor_values_cache(self, graph, tensor_fetches, op_fetches, argument1333 with ops.control_dependencies(op_fetches +1362 def _process_op_fetches(self, op_fetches): argument1364 if op_fetches is None:1367 if not isinstance(op_fetches, (list, tuple)):[all …]