Home
last modified time | relevance | path

Searched refs:GraphValidationException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DLayer.cpp345 throw GraphValidationException("Graph has circular dependencies: cannot walk"); in GetPriority()
369 throw GraphValidationException("Graph has too many edges"); in GetPriority()
/aosp_15_r20/external/armnn/include/armnn/
H A DExceptions.hpp110 class GraphValidationException : public Exception class