ArmNN
 22.05.01
ModelAccuracyChecker.cpp File Reference
#include "ModelAccuracyChecker.hpp"
#include <armnn/Logging.hpp>
#include <map>
#include <vector>

Go to the source code of this file.

Namespaces

 armnnUtils
 

Functions

std::vector< std::string > SplitBy (const std::string &originalString, const std::string &delimiter=" ", bool includeEmptyToken=false)
 Split a string into tokens by a delimiter. More...
 
std::string Strip (const std::string &originalString, const std::string &characterSet=" ")
 Remove any preceding and trailing character specified in the characterSet. More...