aboutsummaryrefslogtreecommitdiff
path: root/tests/Cifar10Database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cifar10Database.hpp')
-rw-r--r--tests/Cifar10Database.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Cifar10Database.hpp b/tests/Cifar10Database.hpp
index a4998cee1d..1a819aad64 100644
--- a/tests/Cifar10Database.hpp
+++ b/tests/Cifar10Database.hpp
@@ -12,7 +12,8 @@
class Cifar10Database
{
public:
- using TTestCaseData = ClassifierTestCaseData<float>;
+ using DataType = float;
+ using TTestCaseData = ClassifierTestCaseData<DataType>;
explicit Cifar10Database(const std::string& binaryFileDirectory, bool rgbPack = false);
std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);