ArmNN
 21.02
InferenceTest.cpp File Reference
#include "InferenceTest.hpp"
#include <armnn/utility/Assert.hpp>
#include <Filesystem.hpp>
#include "../src/armnn/Profiling.hpp"
#include <cxxopts/cxxopts.hpp>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <array>

Go to the source code of this file.

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
 armnn::test
 

Functions

bool ParseCommandLine (int argc, char **argv, IInferenceTestCaseProvider &testCaseProvider, InferenceTestOptions &outParams)
 Parse the command line of an ArmNN (or referencetests) inference test program. More...
 
bool ValidateDirectory (std::string &dir)
 
bool InferenceTest (const InferenceTestOptions &params, const std::vector< unsigned int > &defaultTestCaseIds, IInferenceTestCaseProvider &testCaseProvider)