Home
last modified time | relevance | path

Searched refs:release_backend_context (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/arm_compute/graph/backends/GLES/
DGCDeviceBackend.h47 void release_backend_context(GraphContext &ctx) override;
/external/ComputeLibrary/arm_compute/graph/backends/NEON/
DNEDeviceBackend.h46 void release_backend_context(GraphContext &ctx) override;
/external/ComputeLibrary/arm_compute/graph/
DIDeviceBackend.h64 virtual void release_backend_context(GraphContext &ctx) = 0;
/external/ComputeLibrary/arm_compute/graph/backends/CL/
DCLDeviceBackend.h62 void release_backend_context(GraphContext &ctx) override;
/external/ComputeLibrary/src/graph/backends/GLES/
DGCDeviceBackend.cpp66 void GCDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::GCDeviceBackend
/external/ComputeLibrary/src/graph/backends/NEON/
DNEDeviceBackend.cpp68 void NEDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::NEDeviceBackend
/external/ComputeLibrary/src/graph/
DUtils.cpp106 backend.second->release_backend_context(ctx); in release_default_graph_context()
/external/ComputeLibrary/src/graph/backends/CL/
DCLDeviceBackend.cpp99 void CLDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::CLDeviceBackend