ATLAS Offline Software
EvaluateUtils.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef EvaluateUtils_H
4 #define EvaluateUtils_H
5 
6 #include <vector>
7 #include <string>
8 
9 namespace EvaluateUtils {
10  //*******************************************************************
11  // for reading MNIST images
12  std::vector<std::vector<std::vector<float>>> read_mnist_pixel_notFlat(const std::string &full_path);
13 }
14 
15 #endif // EvaluateUtils_H
EvaluateUtils::read_mnist_pixel_notFlat
std::vector< std::vector< std::vector< float > > > read_mnist_pixel_notFlat(const std::string &full_path)
Definition: EvaluateUtils.cxx:11
EvaluateUtils
Definition: EvaluateUtils.cxx:8