ATLAS Offline Software
Loading...
Searching...
No Matches
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
9namespace 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
std::vector< std::vector< std::vector< float > > > read_mnist_pixel_notFlat(const std::string &full_path)