aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NERNNLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NERNNLayer.cpp')
-rw-r--r--src/runtime/NEON/functions/NERNNLayer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/NEON/functions/NERNNLayer.cpp b/src/runtime/NEON/functions/NERNNLayer.cpp
index f77566a108..f1e57c5983 100644
--- a/src/runtime/NEON/functions/NERNNLayer.cpp
+++ b/src/runtime/NEON/functions/NERNNLayer.cpp
@@ -106,9 +106,7 @@ void NERNNLayer::run()
NEScheduler::get().schedule(&_activation_kernel, Window::DimY);
// copy hidden out to output
- Window hidden_state_window;
Window output_window;
- hidden_state_window.use_tensor_dimensions(_hidden_state->info()->tensor_shape(), Window::DimY);
output_window.use_tensor_dimensions(_output->info()->tensor_shape(), Window::DimY);
Iterator hidden_state_it(_hidden_state, output_window);