Searched refs:dot_op_index (Results 1 – 1 of 1) sorted by relevance
2170 int64 dot_op_index = root->operand(0)->opcode() == HloOpcode::kDot ? 0 : 1; in HandleFusion() local2171 const HloInstruction* dot = root->operand(dot_op_index); in HandleFusion()2179 root->operand(1 - dot_op_index)->parameter_number(); in HandleFusion()