18 explicit MnistDatabase(
const std::string& binaryFileDirectory,
bool scaleValues =
false);
19 std::unique_ptr<TTestCaseData>
GetTestCaseData(
unsigned int testCaseId);
22 std::string m_BinaryDirectory;
std::unique_ptr< TTestCaseData > GetTestCaseData(unsigned int testCaseId)
MnistDatabase(const std::string &binaryFileDirectory, bool scaleValues=false)