ArmNN
NotReleased
|
#include "MnistDatabase.hpp"
#include <armnn/Logging.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <boost/assert.hpp>
#include <fstream>
#include <vector>
Go to the source code of this file.
Functions | |
void | EndianSwap (unsigned int &x) |
Variables | |
constexpr int | g_kMnistImageByteSize = 28 * 28 |
void EndianSwap | ( | unsigned int & | x | ) |
Definition at line 16 of file MnistDatabase.cpp.
Referenced by MnistDatabase::GetTestCaseData().
constexpr int g_kMnistImageByteSize = 28 * 28 |
Definition at line 14 of file MnistDatabase.cpp.
Referenced by MnistDatabase::GetTestCaseData().