Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc37 case Thunk::kCollectivePermute: in ThunkKindToString()
Dthunk.h48 kCollectivePermute, enumerator
Dcollective_permute_thunk.cc225 : Thunk(kCollectivePermute, thunk_info), in CollectivePermuteThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_support.cc86 case HloOpcode::kCollectivePermute: in EffectiveOperandPrecisionIsOutputPrecision()
Dhlo_opcode.h65 V(kCollectivePermute, "collective-permute", 1) \
Dinstruction_fusion.cc153 case HloOpcode::kCollectivePermute: in IsExpensive()
Dhlo_instruction.cc476 case HloOpcode::kCollectivePermute: in CreateFromProto()
489 if (opcode == HloOpcode::kCollectivePermute) { in CreateFromProto()
1078 HloOpcode::kCollectivePermute, shape, operand, source_target_pairs, in CreateCollectivePermute()
1691 case HloOpcode::kCollectivePermute: in CloneWithNewOperands()
2231 case HloOpcode::kCollectivePermute: in IdenticalSlowPath()
3136 case HloOpcode::kCollectivePermute: in Visit()
Dhlo_graph_dumper.cc1067 case HloOpcode::kCollectivePermute: in GetInstructionColor()
Dhlo_parser.cc166 case HloOpcode::kCollectivePermute: in CanInferShape()
1284 case HloOpcode::kCollectivePermute: in ParseInstructionRhs()
1304 if (opcode == HloOpcode::kCollectivePermute) { in ParseInstructionRhs()
Dsharding_propagation.cc182 case HloOpcode::kCollectivePermute: in PickRepresentativeOperand()
Dlayout_assignment.cc2224 case HloOpcode::kCollectivePermute: in InstructionCanChangeLayout()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc439 return xla::HloOpcode::kCollectivePermute; in MhloToHloOpcode()
Dhlo_function_importer.cc313 case HloOpcode::kCollectivePermute: { in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc444 EXPECT_EQ(root->opcode(), HloOpcode::kCollectivePermute); in TEST_F()
Dxla_builder.cc3013 return AddInstruction(std::move(instr), HloOpcode::kCollectivePermute, in CollectivePermute()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc274 case HloOpcode::kCollectivePermute: in EmitOp()