Searched refs:CLRuntimeContext (Results 1 – 18 of 18) sorted by relevance
38 class CLRuntimeContext : public RuntimeContext42 CLRuntimeContext();44 ~CLRuntimeContext() = default;46 CLRuntimeContext(const CLRuntimeContext &) = delete;48 CLRuntimeContext &operator=(const CLRuntimeContext &) = delete;
34 class CLRuntimeContext; variable46 ICLSimpleFunction(CLRuntimeContext *ctx = nullptr);65 CLRuntimeContext *_ctx; /**< Context to use */
41 class CLRuntimeContext; variable51 CLTensorAllocator(IMemoryManageable *owner = nullptr, CLRuntimeContext *ctx = nullptr);151 CLRuntimeContext *_ctx;
39 class CLRuntimeContext; variable91 CLRuntimeContext *context();100 CLRuntimeContext *_ctx{ nullptr };
34 class CLRuntimeContext; variable54 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush = true);
31 CLRuntimeContext::CLRuntimeContext() in CLRuntimeContext() function in arm_compute::CLRuntimeContext45 CLKernelLibrary &CLRuntimeContext::kernel_library() in kernel_library()50 void CLRuntimeContext::set_gpu_scheduler(CLScheduler *scheduler) in set_gpu_scheduler()56 CLScheduler *CLRuntimeContext::gpu_scheduler() in gpu_scheduler()
32 …: _allocator(this, static_cast<CLRuntimeContext *>(ctx)), _ctx(static_cast<CLRuntimeContext *>(ctx… in CLTensor()36 CLRuntimeContext *CLTensor::context() in context()
34 ICLSimpleFunction::ICLSimpleFunction(CLRuntimeContext *ctx) // NOLINT in ICLSimpleFunction()
143 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush) in schedule_kernel_on_ctx()
107 CLTensorAllocator::CLTensorAllocator(IMemoryManageable *owner, CLRuntimeContext *ctx) in CLTensorAllocator()
39 class CLRuntimeContext; variable53 CLInstanceNormalizationLayer(CLRuntimeContext *ctx = nullptr);118 CLRuntimeContext *_ctx; /**< Context to use */
49 CLActivationLayer(CLRuntimeContext *ctx = nullptr);
44 CLStridedSlice(CLRuntimeContext *ctx = nullptr);
39 CLRuntimeContext *ctx{ nullptr };43 CLActivationLayer::CLActivationLayer(CLRuntimeContext *ctx) in CLActivationLayer()
58 CLRuntimeContext *ctx{ nullptr };62 CLStridedSlice::CLStridedSlice(CLRuntimeContext *ctx) in CLStridedSlice()
38 CLInstanceNormalizationLayer::CLInstanceNormalizationLayer(CLRuntimeContext *ctx) // NOLINT in CLInstanceNormalizationLayer()
56 using type = CLRuntimeContext;
664 "src/runtime/CL/CLRuntimeContext.cpp",