Searched refs:NEReductionOperationKernel (Results 1 – 8 of 8) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEReductionOperationKernel.h | 40 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;
|
D | NEReductionOperationKernel.cpp | 1743 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/ |
D | NEReductionOperation.h | 36 class NEReductionOperationKernel; variable 98 std::unique_ptr<NEReductionOperationKernel> _reduction_kernel;
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEReductionOperation.cpp | 95 …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/ |
D | release_version_and_change_log.dox | 444 - @ref NEReductionOperationKernel 889 - Fix offset calculation in NEReductionOperationKernel. 963 - Fix offset calculation in NEReductionOperationKernel. 1475 - @ref NEReductionOperationKernel / @ref NEReductionOperation
|
/external/ComputeLibrary/src/ |
D | CMakeLists.txt | 403 core/NEON/kernels/NEReductionOperationKernel.cpp
|
D | BUILD.bazel | 411 "core/NEON/kernels/NEReductionOperationKernel.cpp",
|
/external/ComputeLibrary/ |
D | Android.bp | 200 "src/core/NEON/kernels/NEReductionOperationKernel.cpp",
|