Home
last modified time | relevance | path

Searched refs:_unpooling_layer_kernel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLMaxUnpoolingLayer.cpp38 _unpooling_layer_kernel(std::make_unique<CLMaxUnpoolingLayerKernel>()) in CLMaxUnpoolingLayer()
55 _unpooling_layer_kernel->configure(compile_context, input, indices, output, pool_info); in configure()
69 CLScheduler::get().enqueue(*_unpooling_layer_kernel); in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLMaxUnpoolingLayer.h115 std::unique_ptr<CLMaxUnpoolingLayerKernel> _unpooling_layer_kernel; variable