aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DequantizeLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/DequantizeLayer.cpp')
-rw-r--r--src/armnn/layers/DequantizeLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/DequantizeLayer.cpp b/src/armnn/layers/DequantizeLayer.cpp
index 00a1d697b6..5b57279c43 100644
--- a/src/armnn/layers/DequantizeLayer.cpp
+++ b/src/armnn/layers/DequantizeLayer.cpp
@@ -36,7 +36,7 @@ void DequantizeLayer::ValidateTensorShapesFromInputs()
std::vector<TensorShape> inferredShapes = InferOutputShapes({
GetInputSlot(0).GetConnection()->GetTensorInfo().GetShape() });
- BOOST_ASSERT(inferredShapes.size() == 1);
+ ARMNN_ASSERT(inferredShapes.size() == 1);
ConditionalThrowIfNotEqual<LayerValidationException>(
"DequantizeLayer: TensorShape set on OutputSlot[0] does not match the inferred shape.",