Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/
DICLSimpleFunction.cpp46 schedule_kernel_on_ctx(_ctx, _border_handler.get(), false); in run()
47 schedule_kernel_on_ctx(_ctx, _kernel.get()); in run()
DCLHelpers.cpp143 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush) in schedule_kernel_on_ctx() function
/external/ComputeLibrary/src/runtime/CL/functions/
DCLInstanceNormalizationLayer.cpp74 schedule_kernel_on_ctx(_ctx, _mean_var_kernel.get()); in run()
75 schedule_kernel_on_ctx(_ctx, _inst_norm_kernel.get()); in run()
/external/ComputeLibrary/src/runtime/NEON/
DINESimpleFunctionNoBorder.cpp43 utils::schedule_kernel_on_ctx(_ctx, _kernel.get(), Window::DimY); in run()
/external/ComputeLibrary/src/runtime/
DUtils.h50 void schedule_kernel_on_ctx(IRuntimeContext *ctx, ICPPKernel *kernel, const IScheduler::Hints &hint…
DUtils.cpp55 void schedule_kernel_on_ctx(IRuntimeContext *ctx, ICPPKernel *kernel, const IScheduler::Hints &hint… in schedule_kernel_on_ctx() function
/external/ComputeLibrary/arm_compute/runtime/CL/
DCLHelpers.h54 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush = true);