Searched refs:CreateGather (Results 1 – 4 of 4) sorted by relevance
1369 HloInstruction::CreateGather(gather_result_shape, input, start_indices, in TEST_F()1404 HloInstruction::CreateGather(gather_result_shape, input, start_indices, in TEST_F()
725 static std::unique_ptr<HloInstruction> CreateGather(
532 instruction = CreateGather(shape, operands(0), operands(1), in CreateFromProto()1306 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateGather( in CreateGather() function in xla::HloInstruction
1643 instruction = builder->AddInstruction(HloInstruction::CreateGather( in ParseInstructionRhs()