Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2085 int64 dot_op_index = root->operand(0)->opcode() == HloOpcode::kDot ? 0 : 1; in HandleFusion() local
2086 const HloInstruction* dot = root->operand(dot_op_index); in HandleFusion()
2094 root->operand(1 - dot_op_index)->parameter_number(); in HandleFusion()