Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_scatter_combiner.cc82 const auto* rs = Cast<HloReduceScatterInstruction>(to_combine.front()); in CombineReduceScatters()
143 auto* rs = DynCast<HloReduceScatterInstruction>(instruction); in Run()
Dreduce_scatter_decomposer.cc47 auto *rs = DynCast<HloReduceScatterInstruction>(instruction); in Run()
Dhlo_instructions.cc896 HloReduceScatterInstruction::HloReduceScatterInstruction( in HloReduceScatterInstruction() function in xla::HloReduceScatterInstruction
908 HloReduceScatterInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()
916 HloInstructionProto HloReduceScatterInstruction::ToProto() const { in ToProto()
922 bool HloReduceScatterInstruction::IdenticalSlowPathIgnoringChannelIdValues( in IdenticalSlowPathIgnoringChannelIdValues()
927 static_cast<const HloReduceScatterInstruction&>(other); in IdenticalSlowPathIgnoringChannelIdValues()
934 HloReduceScatterInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
937 return std::make_unique<HloReduceScatterInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h677 class HloReduceScatterInstruction : public HloAllReduceInstructionBase {
679 explicit HloReduceScatterInstruction(
Dhlo_verifier.cc427 auto ars = Cast<HloReduceScatterInstruction>(hlo); in HandleReduceScatter()
Dhlo_instruction.cc1295 return std::make_unique<HloReduceScatterInstruction>( in CreateReduceScatter()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_reduce_scatter_creator_test.cc97 const auto *rs = Cast<HloReduceScatterInstruction>( in TEST_F()
203 const auto *rs = Cast<HloReduceScatterInstruction>( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment.cc376 auto ars = Cast<HloReduceScatterInstruction>(instruction); in AddBackendConstraints()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc1186 auto reduce_scatter = Cast<HloReduceScatterInstruction>(instruction); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1236 auto* ars = xla::Cast<xla::HloReduceScatterInstruction>(instr); in EmitReduceScatterOp()