#include "ModelAccuracyChecker.hpp"
#include <armnn/Exceptions.hpp>
#include <armnn/Logging.hpp>
#include <map>
#include <vector>
Go to the source code of this file.
|
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...
|
|