ATLAS Offline Software
Control
AthenaExamples
AthExOnnxRuntime
src
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
Generated on Thu Nov 7 2024 21:14:52 for ATLAS Offline Software by
1.8.18