Home
last modified time | relevance | path

Searched defs:ThrowingStrategy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/
H A DStrategyBase.hpp15 struct ThrowingStrategy struct
17 … void Apply(const std::string& errorMessage = "") { throw UnimplementedException(errorMessage); }; in Apply()