Searched refs:CLMaxUnpoolingLayerKernel (Results 1 – 6 of 6) sorted by relevance
34 class CLMaxUnpoolingLayerKernel : public ICLKernel38 CLMaxUnpoolingLayerKernel();40 CLMaxUnpoolingLayerKernel(const CLMaxUnpoolingLayerKernel &) = delete;42 CLMaxUnpoolingLayerKernel &operator=(const CLMaxUnpoolingLayerKernel &) = delete;44 CLMaxUnpoolingLayerKernel(CLMaxUnpoolingLayerKernel &&) = default;46 CLMaxUnpoolingLayerKernel &operator=(CLMaxUnpoolingLayerKernel &&) = default;48 ~CLMaxUnpoolingLayerKernel() = default;
75 CLMaxUnpoolingLayerKernel::CLMaxUnpoolingLayerKernel() in CLMaxUnpoolingLayerKernel() function in arm_compute::CLMaxUnpoolingLayerKernel80 void CLMaxUnpoolingLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()120 Status CLMaxUnpoolingLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *indices, co… in validate()127 void CLMaxUnpoolingLayerKernel::run(const Window &window, cl::CommandQueue &queue) in run()
37 class CLMaxUnpoolingLayerKernel; variable103 std::unique_ptr<CLMaxUnpoolingLayerKernel> _unpooling_layer_kernel;
38 _unpooling_layer_kernel(support::cpp14::make_unique<CLMaxUnpoolingLayerKernel>()) in CLMaxUnpoolingLayer()59 return CLMaxUnpoolingLayerKernel::validate(input, indices, output, pool_info); in validate()
194 "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp",
404 - @ref CLMaxUnpoolingLayerKernel