aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/Tensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/Tensor.h')
-rw-r--r--arm_compute/runtime/Tensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/Tensor.h b/arm_compute/runtime/Tensor.h
index 172c8963f0..e71fbd4a96 100644
--- a/arm_compute/runtime/Tensor.h
+++ b/arm_compute/runtime/Tensor.h
@@ -59,7 +59,7 @@ public:
ITensorInfo *info() const override;
ITensorInfo *info() override;
uint8_t *buffer() const override;
- void associate_memory_group(IMemoryGroup *memory_group) override;
+ void associate_memory_group(IMemoryGroup *memory_group) override;
private:
mutable TensorAllocator _allocator; /**< Instance of the basic CPU allocator.*/