Searched refs:CreateCopyStart (Results 1 – 7 of 7) sorted by relevance
279 auto copy_start = HloInstruction::CreateCopyStart( in TEST_F()
338 auto copy_start = builder.AddInstruction(HloInstruction::CreateCopyStart( in TEST_F()
597 static std::unique_ptr<HloInstruction> CreateCopyStart(
174 instruction = CreateCopyStart(shape, operands(0), in CreateFromProto()1000 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCopyStart( in CreateCopyStart() function in xla::HloInstruction
2878 copy_start_ = computation->AddInstruction(HloInstruction::CreateCopyStart( in Process()
1232 auto copy_start = builder.AddInstruction(HloInstruction::CreateCopyStart( in TEST_P()
1329 instruction = builder->AddInstruction(HloInstruction::CreateCopyStart( in ParseInstructionRhs()