Home
last modified time | relevance | path

Searched refs:CreateSetDimensionSize (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc1266 builder.AddInstruction(HloInstruction::CreateSetDimensionSize( in TEST_F()
1293 input = builder.AddInstruction(HloInstruction::CreateSetDimensionSize( in TEST_F()
1297 input = builder.AddInstruction(HloInstruction::CreateSetDimensionSize( in TEST_F()
Ddynamic_padder.cc552 reshape->AddInstruction(HloInstruction::CreateSetDimensionSize( in RewriteDynamicReshapeSplitInput()
578 reshape->AddInstruction(HloInstruction::CreateSetDimensionSize( in RewriteDynamicReshapeSplitInput()
736 reshape->AddInstruction(HloInstruction::CreateSetDimensionSize( in RewriteDynamicReshapeCombineInput()
749 gather = reshape->AddInstruction(HloInstruction::CreateSetDimensionSize( in RewriteDynamicReshapeCombineInput()
Dhlo_instruction.h1168 static std::unique_ptr<HloInstruction> CreateSetDimensionSize(
Dhlo_instruction.cc918 instruction = CreateSetDimensionSize(shape, operands(0), operands(1), in CreateFromProto()
1676 HloInstruction::CreateSetDimensionSize(const Shape& shape, in CreateSetDimensionSize() function in xla::HloInstruction
Dhlo_dataflow_analysis_test.cc1219 HloInstruction::CreateSetDimensionSize(vector_shape_, param, size, 0)); in TEST_P()
Dhlo_parser.cc2958 return builder->AddInstruction(HloInstruction::CreateSetDimensionSize( in CreateInstruction()