Home
last modified time | relevance | path

Searched refs:CLRuntimeContext (Results 1 – 18 of 18) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CL/
DCLRuntimeContext.h38 class CLRuntimeContext : public RuntimeContext
42 CLRuntimeContext();
44 ~CLRuntimeContext() = default;
46 CLRuntimeContext(const CLRuntimeContext &) = delete;
48 CLRuntimeContext &operator=(const CLRuntimeContext &) = delete;
DICLSimpleFunction.h34 class CLRuntimeContext; variable
46 ICLSimpleFunction(CLRuntimeContext *ctx = nullptr);
65 CLRuntimeContext *_ctx; /**< Context to use */
DCLTensorAllocator.h41 class CLRuntimeContext; variable
51 CLTensorAllocator(IMemoryManageable *owner = nullptr, CLRuntimeContext *ctx = nullptr);
151 CLRuntimeContext *_ctx;
DCLTensor.h39 class CLRuntimeContext; variable
91 CLRuntimeContext *context();
100 CLRuntimeContext *_ctx{ nullptr };
DCLHelpers.h34 class CLRuntimeContext; variable
54 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush = true);
/external/ComputeLibrary/src/runtime/CL/
DCLRuntimeContext.cpp31 CLRuntimeContext::CLRuntimeContext() in CLRuntimeContext() function in arm_compute::CLRuntimeContext
45 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()
DCLTensor.cpp32 …: _allocator(this, static_cast<CLRuntimeContext *>(ctx)), _ctx(static_cast<CLRuntimeContext *>(ctx… in CLTensor()
36 CLRuntimeContext *CLTensor::context() in context()
DICLSimpleFunction.cpp34 ICLSimpleFunction::ICLSimpleFunction(CLRuntimeContext *ctx) // NOLINT in ICLSimpleFunction()
DCLHelpers.cpp143 void schedule_kernel_on_ctx(CLRuntimeContext *ctx, ICLKernel *kernel, bool flush) in schedule_kernel_on_ctx()
DCLTensorAllocator.cpp107 CLTensorAllocator::CLTensorAllocator(IMemoryManageable *owner, CLRuntimeContext *ctx) in CLTensorAllocator()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLInstanceNormalizationLayer.h39 class CLRuntimeContext; variable
53 CLInstanceNormalizationLayer(CLRuntimeContext *ctx = nullptr);
118 CLRuntimeContext *_ctx; /**< Context to use */
DCLActivationLayer.h49 CLActivationLayer(CLRuntimeContext *ctx = nullptr);
DCLStridedSlice.h44 CLStridedSlice(CLRuntimeContext *ctx = nullptr);
/external/ComputeLibrary/src/runtime/CL/functions/
DCLActivationLayer.cpp39 CLRuntimeContext *ctx{ nullptr };
43 CLActivationLayer::CLActivationLayer(CLRuntimeContext *ctx) in CLActivationLayer()
DCLStridedSlice.cpp58 CLRuntimeContext *ctx{ nullptr };
62 CLStridedSlice::CLStridedSlice(CLRuntimeContext *ctx) in CLStridedSlice()
DCLInstanceNormalizationLayer.cpp38 CLInstanceNormalizationLayer::CLInstanceNormalizationLayer(CLRuntimeContext *ctx) // NOLINT in CLInstanceNormalizationLayer()
/external/ComputeLibrary/tests/framework/
DParametersLibrary.h56 using type = CLRuntimeContext;
/external/ComputeLibrary/
DAndroid.bp664 "src/runtime/CL/CLRuntimeContext.cpp",