Home
last modified time | relevance | path

Searched refs:NEReductionOperationKernel (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEReductionOperationKernel.h40 class NEReductionOperationKernel : public INEKernel
48 NEReductionOperationKernel();
50 NEReductionOperationKernel(const NEReductionOperationKernel &) = delete;
52 NEReductionOperationKernel &operator=(const NEReductionOperationKernel &) = delete;
54 NEReductionOperationKernel(NEReductionOperationKernel &&) = default;
56 NEReductionOperationKernel &operator=(NEReductionOperationKernel &&) = default;
58 ~NEReductionOperationKernel() = default;
DNEReductionOperationKernel.cpp1743 NEReductionOperationKernel::NEReductionOperationKernel() in NEReductionOperationKernel() function in arm_compute::NEReductionOperationKernel
1748 void NEReductionOperationKernel::configure(const ITensor *input, ITensor *output, unsigned int axis… in configure()
1771 Status NEReductionOperationKernel::validate(const ITensorInfo *input, const ITensorInfo *output, un… in validate()
1778 void NEReductionOperationKernel::run(const Window &window, const ThreadInfo &info) in run()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEReductionOperation.h36 class NEReductionOperationKernel; variable
98 std::unique_ptr<NEReductionOperationKernel> _reduction_kernel;
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEReductionOperation.cpp95 …ARM_COMPUTE_RETURN_ON_ERROR(NEReductionOperationKernel::validate(input, output_internal, axis, op)… in validate()
133 _reduction_kernel = std::make_unique<NEReductionOperationKernel>(); in configure()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox444 - @ref NEReductionOperationKernel
889 - Fix offset calculation in NEReductionOperationKernel.
963 - Fix offset calculation in NEReductionOperationKernel.
1475 - @ref NEReductionOperationKernel / @ref NEReductionOperation
/external/ComputeLibrary/src/
DCMakeLists.txt403 core/NEON/kernels/NEReductionOperationKernel.cpp
DBUILD.bazel411 "core/NEON/kernels/NEReductionOperationKernel.cpp",
/external/ComputeLibrary/
DAndroid.bp200 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",