aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEGaussian5x5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEGaussian5x5.cpp')
-rw-r--r--src/runtime/NEON/functions/NEGaussian5x5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEGaussian5x5.cpp b/src/runtime/NEON/functions/NEGaussian5x5.cpp
index 5ccc765966..69639d0d43 100644
--- a/src/runtime/NEON/functions/NEGaussian5x5.cpp
+++ b/src/runtime/NEON/functions/NEGaussian5x5.cpp
@@ -40,7 +40,7 @@ NEGaussian5x5::NEGaussian5x5()
void NEGaussian5x5::configure(ITensor *input, ITensor *output, BorderMode border_mode, uint8_t constant_border_value)
{
// Init temporary buffer
- TensorInfo tensor_info(input->info()->tensor_shape(), Format::S16);
+ TensorInfo tensor_info(input->info()->tensor_shape(), 1, DataType::S16);
_tmp.allocator()->init(tensor_info);
// Create and configure kernels for the two passes