aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/IDeviceBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/IDeviceBackend.h')
-rw-r--r--arm_compute/graph/IDeviceBackend.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/arm_compute/graph/IDeviceBackend.h b/arm_compute/graph/IDeviceBackend.h
index f28cb1ab42..358d26af81 100644
--- a/arm_compute/graph/IDeviceBackend.h
+++ b/arm_compute/graph/IDeviceBackend.h
@@ -53,9 +53,14 @@ public:
virtual void initialize_backend() = 0;
/** Setups the given graph context
*
- * @param[in] ctx Graph context
+ * @param[in,out] ctx Graph context
*/
virtual void setup_backend_context(GraphContext &ctx) = 0;
+ /** Release the backend specific resources associated to a given graph context
+ *
+ * @param[in,out] ctx Graph context
+ */
+ virtual void release_backend_context(GraphContext &ctx) = 0;
/** Checks if an instantiated backend is actually supported
*
* @return True if the backend is supported else false