Home
last modified time | relevance | path

Searched refs:CreateDynamicSlice (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc87 : HloInstruction::CreateDynamicSlice( in Run()
Dhlo_creation_utils.cc144 return computation->AddInstruction(HloInstruction::CreateDynamicSlice( in MakeDynamicSliceHlo()
Dhlo_instruction.h584 static std::unique_ptr<HloInstruction> CreateDynamicSlice(
Dhlo_evaluator_test.cc1822 HloInstruction::CreateDynamicSlice(shape, operand, {zero, one}, {2, 3})); in TEST_P()
1860 HloInstruction::CreateDynamicSlice(shape, operand, {two, one}, {2, 3})); in TEST_P()
Dalgebraic_simplifier_test.cc3820 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
3853 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
4659 auto* ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_P()
4740 auto* ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_P()
Dhlo_instruction.cc497 instruction = CreateDynamicSlice( in CreateFromProto()
992 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateDynamicSlice( in CreateDynamicSlice() function in xla::HloInstruction
Dhlo_dataflow_analysis_test.cc2186 auto ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
Dalgebraic_simplifier.cc1624 computation_->AddInstruction(HloInstruction::CreateDynamicSlice( in OptimizeDotOfGather()
Dhlo_parser.cc1278 instruction = builder->AddInstruction(HloInstruction::CreateDynamicSlice( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc350 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
394 HloInstruction::CreateDynamicSlice(result_shape, param0, {param1}, {2})); in TEST_F()
564 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
599 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
608 auto slice = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc544 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in XLA_TEST_F()