Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/NEON/
H A DNEDeviceBackend.h46 void release_backend_context(GraphContext &ctx) override;
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DIDeviceBackend.h64 virtual void release_backend_context(GraphContext &ctx) = 0;
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/CL/
H A DCLDeviceBackend.h64 void release_backend_context(GraphContext &ctx) override;
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEDeviceBackend.cpp68 void NEDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::NEDeviceBackend
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLDeviceBackend.cpp94 void CLDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::CLDeviceBackend
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DUtils.cpp114 backend.second->release_backend_context(ctx); in release_default_graph_context()