MCPcopy Create free account
hub / github.com/ARM-software/armnn / MemoryValidationException

Class MemoryValidationException

include/armnn/Exceptions.hpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156};
157
158class MemoryValidationException : public Exception
159{
160public:
161 using Exception::Exception;
162};
163
164template <typename ExceptionType>
165void ConditionalThrow(bool condition, const std::string& message)

Callers 2

OptimizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected