Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_host_computation_expansion.cc79 Operation* operand_op = GetOpOfValue(operand); in ExpandHeadOutsideCompiledOps() local
80 if (head_outside_compiled_ops.count(operand_op)) continue; in ExpandHeadOutsideCompiledOps()
82 if (operand_op->getParentRegion() == cluster_region) in ExpandHeadOutsideCompiledOps()
Dtpu_extract_head_tail_outside_compilation.cc163 Operation* operand_op = GetOpOfValue(operand); in FindOutsideCompiledOpsAtHead() local
164 if (head_outside_compiled_ops.count(operand_op)) continue; in FindOutsideCompiledOpsAtHead()
166 if (operand_op->getParentRegion() == cluster_region) in FindOutsideCompiledOpsAtHead()
271 Operation* operand_op = GetOpOfValue(operand); in FindOutsideCompiledOpsAtTailAndClusterResults() local
272 if (operand_op->getParentRegion() == cluster_region) in FindOutsideCompiledOpsAtTailAndClusterResults()
Dlayout_optimization.cc275 if (Operation* operand_op = operand.get().getDefiningOp()) in MoveTransposeBefore() local
276 work_list->push_back(operand_op); in MoveTransposeBefore()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc112 Operation* operand_op = operand.getDefiningOp(); in GetInputsOfFusionPattern() local
113 if (op_set.find(operand_op) != op_set.end()) { in GetInputsOfFusionPattern()
331 Operation* operand_op = operand.getDefiningOp(); in BuildNodeMap() local
332 if (operand_op == nullptr) { in BuildNodeMap()
336 auto iter = op_to_node_id_.find(operand_op); in BuildNodeMap()