Home
last modified time | relevance | path

Searched defs:CreateReduce (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc1561 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduce( in CreateReduce() function in xla::HloInstruction
1570 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduce( in CreateReduce() function in xla::HloInstruction
1583 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduce( in CreateReduce() function in xla::HloInstruction
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp1077 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateReduce(const ReduceQueueDescriptor& descriptor, in CreateReduce() function in armnn::RefWorkloadFactory
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp1010 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateReduce(const ReduceQueueDescriptor& descripto… in CreateReduce() function in armnn::NeonWorkloadFactory
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp1165 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateReduce(const ReduceQueueDescriptor& descriptor, in CreateReduce() function in armnn::ClWorkloadFactory
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp2250 std::unique_ptr<IWorkload> IWorkloadFactory::CreateReduce(const ReduceQueueDescriptor& /*descriptor… in CreateReduce() function in armnn::IWorkloadFactory