Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc752 auto fusion_root = fusion_computation->root_instruction(); in ResolveInconsistentFusions() local
753 if (ShapeUtil::Compatible(fusion_root->shape(), hlo->shape())) { in ResolveInconsistentFusions()
762 fusion_root, in ResolveInconsistentFusions()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc904 auto* fusion_root = in ProfitableToMakeDotOperandColumnMajor() local
906 if (fusion_root->opcode() != HloOpcode::kAdd) { in ProfitableToMakeDotOperandColumnMajor()
910 for (auto* fusion_root_op : fusion_root->operands()) { in ProfitableToMakeDotOperandColumnMajor()