Searched refs:CreateScatter (Results 1 – 4 of 4) sorted by relevance
731 static std::unique_ptr<HloInstruction> CreateScatter(
545 instruction = CreateScatter(shape, operands(0), operands(1), operands(2), in CreateFromProto()1314 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateScatter( in CreateScatter() function in xla::HloInstruction
1452 builder.AddInstruction(HloInstruction::CreateScatter( in TEST_F()
1679 instruction = builder->AddInstruction(HloInstruction::CreateScatter( in ParseInstructionRhs()