Home
last modified time | relevance | path

Searched refs:CreateDynamicReshape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc1276 builder.AddInstruction(HloInstruction::CreateDynamicReshape( in TEST_F()
Dhlo_instruction.h1019 static std::unique_ptr<HloInstruction> CreateDynamicReshape(
Dhlo_instruction.cc941 instruction = CreateDynamicReshape( in CreateFromProto()
1757 HloInstruction::CreateDynamicReshape( in CreateDynamicReshape() function in xla::HloInstruction
Dhlo_parser.cc1732 return builder->AddInstruction(HloInstruction::CreateDynamicReshape( in CreateInstruction()