aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/ClTensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/cl/ClTensor.cpp')
-rw-r--r--src/gpu/cl/ClTensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/cl/ClTensor.cpp b/src/gpu/cl/ClTensor.cpp
index db2081c4ed..0df07813e3 100644
--- a/src/gpu/cl/ClTensor.cpp
+++ b/src/gpu/cl/ClTensor.cpp
@@ -83,7 +83,7 @@ StatusCode ClTensor::import(void *handle, ImportMemoryType type)
return StatusCode::Success;
}
-arm_compute::ITensor *ClTensor::tensor()
+arm_compute::ITensor *ClTensor::tensor() const
{
return _legacy_tensor.get();
}