Home
last modified time | relevance | path

Searched refs:CreateAllToAll (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h506 static std::unique_ptr<HloInstruction> CreateAllToAll(
Dhlo_instruction.cc393 instruction = CreateAllToAll( in CreateFromProto()
842 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateAllToAll( in CreateAllToAll() function in xla::HloInstruction
Dhlo_parser.cc855 HloInstruction::CreateAllToAll(shape, operands, replica_groups)); in ParseInstructionRhs()