ArmNN
 25.11
Loading...
Searching...
No Matches
ModelAccuracyChecker.hpp File Reference
#include <algorithm>
#include <armnn/Types.hpp>
#include <armnn/utility/Assert.hpp>
#include <mapbox/variant.hpp>
#include <cstddef>
#include <functional>
#include <iostream>
#include <map>
#include <string>
#include <vector>
Include dependency graph for ModelAccuracyChecker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModelAccuracyChecker

Namespaces

namespace  armnnUtils

Typedefs

using LabelCategoryNames = std::vector<std::string>

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.
std::string Strip (const std::string &originalString, const std::string &characterSet=" ")
 Remove any preceding and trailing character specified in the characterSet.