Home
last modified time | relevance | path

Searched refs:CreateReduce (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce_test_util.cc50 Reduce operation = CreateReduce(axis, src.shape, OperationType::REDUCE_SUM, in ReduceSumChannelsIntTest()
91 CreateReduce(axis, src.shape, OperationType::REDUCE_PRODUCT, op_def, in ReduceProductChannelsUIntTest()
128 CreateReduce(axis, src_tensor.shape, OperationType::MEAN, op_def, in MeanHWTest()
155 CreateReduce(axis, src_tensor.shape, OperationType::REDUCE_SUM, in ReduceSumChannelsTest()
186 CreateReduce(axis, src_tensor.shape, OperationType::REDUCE_PRODUCT, in ReduceProductChannelsTest()
218 CreateReduce(axis, src_tensor.shape, OperationType::REDUCE_MAXIMUM, in ReduceMaxChannelsTest()
246 CreateReduce(axis, src_tensor.shape, OperationType::REDUCE_MINIMUM, in ReduceMinChannelsTest()
Dreduce.h60 Reduce CreateReduce(const std::set<Axis>& axis_to_reduce, const BHWC& src_shape,
64 Reduce CreateReduce(const std::set<Axis>& axis_to_reduce,
Dreduce.cc525 Reduce CreateReduce(const std::set<Axis>& axis_to_reduce, const BHWC& src_shape, in CreateReduce() function
532 Reduce CreateReduce(const std::set<Axis>& axis_to_reduce, in CreateReduce() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtree_reduction_rewriter.cc209 HloInstruction::CreateReduce( in RewriteReduction()
226 std::unique_ptr<HloInstruction> outer_reduce = HloInstruction::CreateReduce( in RewriteReduction()
251 hlo->parent()->AddInstruction(HloInstruction::CreateReduce( in RewriteBatchDimensionLargerThanTile()
256 std::unique_ptr<HloInstruction> out = HloInstruction::CreateReduce( in RewriteBatchDimensionLargerThanTile()
Dreduction_splitter.cc86 std::unique_ptr<HloInstruction> pre_reduce = HloInstruction::CreateReduce( in HandleReduce()
102 std::unique_ptr<HloInstruction> final_reduce = HloInstruction::CreateReduce( in HandleReduce()
Dreduction_dimension_grouper.cc96 std::unique_ptr<HloInstruction> new_reduce = HloInstruction::CreateReduce( in HandleReduce()
Dreduction_degenerate_dim_remover.cc90 std::unique_ptr<HloInstruction> new_reduce = HloInstruction::CreateReduce( in HandleReduce()
Dhorizontal_input_fusion_test.cc126 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dreduction_layout_normalizer.cc150 std::unique_ptr<HloInstruction> new_reduce = HloInstruction::CreateReduce( in HandleReduce()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander.cc215 auto sum = add(HloInstruction::CreateReduce(feature_shape, operand, zero, in HandleBatchNormTraining()
220 auto squared_sum = add(HloInstruction::CreateReduce( in HandleBatchNormTraining()
483 add(HloInstruction::CreateReduce( in HandleBatchNormGrad()
488 auto grad_beta = add(HloInstruction::CreateReduce( in HandleBatchNormGrad()
Dtree_reduction_rewriter.cc103 HloInstruction::CreateReduce(reduce_shape, reduce_window, initial_value, in HandleReduce()
Dhlo_dce_test.cc378 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
419 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
429 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Ddynamic_dimension_inference_test.cc224 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
257 HloInstruction::CreateReduce(reduce_shape, negate, init, {1}, GetAdd())); in TEST_F()
299 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dhlo_creation_utils.cc393 HloInstruction::CreateReduce(result_shape, operand, init_value, in MakeReduceHlo()
471 HloInstruction::CreateReduce(output_shape, operands, init_values, in MakeReduceHlo()
Dhlo_instruction.h913 static std::unique_ptr<HloInstruction> CreateReduce(
928 static std::unique_ptr<HloInstruction> CreateReduce(
937 static std::unique_ptr<HloInstruction> CreateReduce(
Dbfloat16_normalization_test.cc206 HloInstruction* reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc132 HloInstruction* reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dparallel_reduction_test.cc148 fusion_builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc168 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.cc199 CreateReduce(axis_to_reduce, src_shape, op_type, op_def, gpu_info)); in SelectReduce()
/external/armnn/src/backends/neon/
DNeonWorkloadFactory.hpp301 std::unique_ptr<IWorkload> CreateReduce(const ReduceQueueDescriptor& descriptor,
/external/armnn/include/armnn/backends/
DWorkloadFactory.hpp335 virtual std::unique_ptr<IWorkload> CreateReduce(const ReduceQueueDescriptor& descriptor,
/external/armnn/src/backends/cl/
DClWorkloadFactory.hpp304 std::unique_ptr<IWorkload> CreateReduce(const ReduceQueueDescriptor& descriptor,
/external/armnn/src/backends/reference/
DRefWorkloadFactory.hpp320 std::unique_ptr<IWorkload> CreateReduce(const ReduceQueueDescriptor& descriptor,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc609 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F()
629 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F()

12