Searched refs:release_backend_context (Results 1 – 6 of 6) sorted by relevance
46 void release_backend_context(GraphContext &ctx) override;
64 virtual void release_backend_context(GraphContext &ctx) = 0;
64 void release_backend_context(GraphContext &ctx) override;
68 void NEDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::NEDeviceBackend
94 void CLDeviceBackend::release_backend_context(GraphContext &ctx) in release_backend_context() function in arm_compute::graph::backends::CLDeviceBackend
114 backend.second->release_backend_context(ctx); in release_default_graph_context()