Home
last modified time | relevance | path

Searched refs:CreateCopyStart (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers_test.cc279 auto copy_start = HloInstruction::CreateCopyStart( in TEST_F()
Dtuple_points_to_analysis_test.cc338 auto copy_start = builder.AddInstruction(HloInstruction::CreateCopyStart( in TEST_F()
Dhlo_instruction.h597 static std::unique_ptr<HloInstruction> CreateCopyStart(
Dhlo_instruction.cc174 instruction = CreateCopyStart(shape, operands(0), in CreateFromProto()
1000 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCopyStart( in CreateCopyStart() function in xla::HloInstruction
Dmemory_space_assignment.cc2878 copy_start_ = computation->AddInstruction(HloInstruction::CreateCopyStart( in Process()
Dhlo_dataflow_analysis_test.cc1232 auto copy_start = builder.AddInstruction(HloInstruction::CreateCopyStart( in TEST_P()
Dhlo_parser.cc1329 instruction = builder->AddInstruction(HloInstruction::CreateCopyStart( in ParseInstructionRhs()