aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/SubTensorInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/SubTensorInfo.h')
-rw-r--r--arm_compute/core/SubTensorInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/SubTensorInfo.h b/arm_compute/core/SubTensorInfo.h
index 3de31deb44..5aee115dd3 100644
--- a/arm_compute/core/SubTensorInfo.h
+++ b/arm_compute/core/SubTensorInfo.h
@@ -136,7 +136,7 @@ public:
ARM_COMPUTE_ERROR_ON(_parent == nullptr);
return _parent->offset_element_in_bytes(_coords);
}
- size_t offset_element_in_bytes(const Coordinates &pos) const override;
+ int32_t offset_element_in_bytes(const Coordinates &pos) const override;
size_t element_size() const override
{
ARM_COMPUTE_ERROR_ON(_parent == nullptr);