Home
last modified time | relevance | path

Searched defs:fusion_kind (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto66 string fusion_kind = 11; field
Dhlo_instructions.h789 FusionKind fusion_kind() const { return fusion_kind_; } in fusion_kind() function
Dhlo_instruction.cc1201 const Shape& shape, FusionKind fusion_kind, HloInstruction* fused_root) { in CreateFusion()
1207 const Shape& shape, FusionKind fusion_kind, in CreateFusion()
3355 HloInstruction::FusionKind HloInstruction::fusion_kind() const { in fusion_kind() function in xla::HloInstruction
Dhlo_computation.cc616 HloInstruction::FusionKind fusion_kind) { in CreateFusionInstruction()
Dhlo_instructions.cc1134 FusionKind fusion_kind, in HloFusionInstruction()
1145 const Shape& shape, FusionKind fusion_kind, in HloFusionInstruction()
Dhlo_parser.cc1378 optional<HloInstruction::FusionKind> fusion_kind; in ParseInstructionRhs() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc264 HloInstruction::FusionKind fusion_kind = in RunFusionAndCheckOpcodesWereFused()