aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IWeightsManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IWeightsManager.h')
-rw-r--r--arm_compute/runtime/IWeightsManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/IWeightsManager.h b/arm_compute/runtime/IWeightsManager.h
index db39a71314..3b97d696bb 100644
--- a/arm_compute/runtime/IWeightsManager.h
+++ b/arm_compute/runtime/IWeightsManager.h
@@ -81,11 +81,11 @@ public:
* @param[in] weights Weights to release
*/
void release(const ITensor *weights);
- /** Marks weights as unused
+ /** Pre-mark the weights as unused. The weights tensor will get marked as unused only when the counter goes to 0
*
* @param weights Weights to mark unused
*/
- void mark_as_unused(const ITensor *weights);
+ void pre_mark_as_unused(const ITensor *weights);
private:
struct CounterElement