Home
last modified time | relevance | path

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

/external/armnn/src/backends/cl/
DClBackendContext.hpp31 struct ClContextControlWrapper;
32 std::unique_ptr<ClContextControlWrapper> m_ClContextControlWrapper;
DClBackendContext.cpp21 struct ClBackendContext::ClContextControlWrapper struct in armnn::ClBackendContext
23 ClContextControlWrapper(arm_compute::CLTuner* tuner, in ClContextControlWrapper() function
218 m_ClContextControlWrapper = std::make_unique<ClContextControlWrapper>( in ClBackendContext()