Home
last modified time | relevance | path

Searched refs:NETileKernel (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNETileKernel.h34 class NETileKernel : public INEKernel
38 NETileKernel();
40 NETileKernel(const NETileKernel &) = delete;
42 NETileKernel &operator=(const NETileKernel &) = delete;
44 NETileKernel(NETileKernel &&) = default;
46 NETileKernel &operator=(NETileKernel &&) = default;
48 ~NETileKernel() = default;
DNETileKernel.cpp62 NETileKernel::NETileKernel() in NETileKernel() function in arm_compute::NETileKernel
67 void NETileKernel::configure(const ITensor *input, ITensor *output, const Multiples &multiples) in configure()
86 Status NETileKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples … in validate()
92 void NETileKernel::run(const Window &window, const ThreadInfo &info) in run()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNETile.cpp36 auto k = std::make_unique<NETileKernel>(); in configure()
43 return NETileKernel::validate(input, output, multiples); in validate()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox1102 - @ref NETileKernel / @ref NETile
/external/ComputeLibrary/src/
DCMakeLists.txt411 core/NEON/kernels/NETileKernel.cpp
DBUILD.bazel419 "core/NEON/kernels/NETileKernel.cpp",
/external/ComputeLibrary/
DAndroid.bp208 "src/core/NEON/kernels/NETileKernel.cpp",