aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon/ArmComputeTensorUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/aclCommon/ArmComputeTensorUtils.hpp')
-rw-r--r--src/backends/aclCommon/ArmComputeTensorUtils.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backends/aclCommon/ArmComputeTensorUtils.hpp b/src/backends/aclCommon/ArmComputeTensorUtils.hpp
index ef837d84d8..3fc6818b0d 100644
--- a/src/backends/aclCommon/ArmComputeTensorUtils.hpp
+++ b/src/backends/aclCommon/ArmComputeTensorUtils.hpp
@@ -243,5 +243,9 @@ inline TensorShape GetShape(const arm_compute::TensorShape& shape)
return GetTensorShape(shape, 1U);
}
+bool IsQuantMultiplierSupported(const TensorInfo& input,
+ const TensorInfo& output,
+ const TensorInfo& weights);
+
} // namespace armcomputetensorutils
} // namespace armnn