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.cc2170 int64 dot_op_index = root->operand(0)->opcode() == HloOpcode::kDot ? 0 : 1; in HandleFusion() local
2171 const HloInstruction* dot = root->operand(dot_op_index); in HandleFusion()
2179 root->operand(1 - dot_op_index)->parameter_number(); in HandleFusion()