aboutsummaryrefslogtreecommitdiff
path: root/tests/validate_examples/graph_fully_connected.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate_examples/graph_fully_connected.cpp')
-rw-r--r--tests/validate_examples/graph_fully_connected.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validate_examples/graph_fully_connected.cpp b/tests/validate_examples/graph_fully_connected.cpp
index 085518c865..dfa15edd6d 100644
--- a/tests/validate_examples/graph_fully_connected.cpp
+++ b/tests/validate_examples/graph_fully_connected.cpp
@@ -142,6 +142,7 @@ public:
/** Default destructor */
~FullyConnectedOptions() override = default;
+private:
SimpleOption<int> *width; /**< Input width */
SimpleOption<int> *batch; /**< Input batch */
SimpleOption<float> *input_scale; /**< Input Quantization scale from QASSYMM8 */