aboutsummaryrefslogtreecommitdiff
path: root/tests/networks/LeNet5Network.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/networks/LeNet5Network.h')
-rw-r--r--tests/networks/LeNet5Network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/networks/LeNet5Network.h b/tests/networks/LeNet5Network.h
index ed7ac18f40..f8aac30807 100644
--- a/tests/networks/LeNet5Network.h
+++ b/tests/networks/LeNet5Network.h
@@ -128,7 +128,6 @@ public:
}
}
-#ifdef INTERNAL_ONLY
/** Fills the trainable parameters from binary files
*
* @param weights Files names containing the weights data
@@ -154,7 +153,6 @@ public:
{
library->fill_layer_data(Accessor(input), name);
}
-#endif /* INTERNAL_ONLY */
/** Get the classification results.
*