Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc723 for (auto* fusion_root_op : fusion_root->operands()) { in ProfitableToMakeDotOperandColumnMajor() local
724 if (fusion_root_op->opcode() != HloOpcode::kDot) { in ProfitableToMakeDotOperandColumnMajor()
728 ProfitableToMakeDotOperandColumnMajor(*fusion_root_op)) { in ProfitableToMakeDotOperandColumnMajor()
729 auto* operand = fusion_root_op->operand(*operand_num); in ProfitableToMakeDotOperandColumnMajor()