Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dliveness_util.cc222 HloInstruction::FusionKind::kTransposeDot); in CanShareOperandBufferWithUser()
327 HloInstruction::FusionKind::kTransposeDot); in CanShareOperandBufferWithUser()
Dtranspose_folding.cc92 instructions_to_fuse, HloInstruction::FusionKind::kTransposeDot); in FoldTransposeIntoDot()
Dhlo_instruction_test.cc1105 {dot, reshape}, HloInstruction::FusionKind::kTransposeDot); in TEST_F()
1172 {dot, b_t}, HloInstruction::FusionKind::kTransposeDot); in TEST_F()
1250 {dot, reshape}, HloInstruction::FusionKind::kTransposeDot); in TEST_F()
Dliveness_util_test.cc334 {dot, b_t}, HloInstruction::FusionKind::kTransposeDot); in TEST_F()
Dhlo_instruction.cc771 case HloInstruction::FusionKind::kTransposeDot: in FusionNodeName()
2422 case FusionKind::kTransposeDot: in ToCategory()
3200 case HloInstruction::FusionKind::kTransposeDot: in ToString()
3219 return HloInstruction::FusionKind::kTransposeDot; in StringToFusionKind()
Dhlo_instruction.h170 kTransposeDot, // Fused into a dot with transposed operands. enumerator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc85 hlo.fusion_kind() == HloInstruction::FusionKind::kTransposeDot && in ImplementedAsGemm()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc187 HloInstruction::FusionKind::kTransposeDot); in TEST_F()
191 HloInstruction::FusionKind::kTransposeDot); in TEST_F()
Ddot_op_emitter.cc1086 hlo.fusion_kind() == HloInstruction::FusionKind::kTransposeDot && in PotentiallyImplementedAsEigenDot()
Dir_emitter.cc2064 if (fusion->fusion_kind() == HloInstruction::FusionKind::kTransposeDot) { in HandleFusion()