Home
last modified time | relevance | path

Searched refs:ExecutionError (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp49 ExecutionError::ExecutionError(std::string message, ErrorStatus code, in ExecutionError() function in android::nn::ExecutionError
53 ExecutionError::ExecutionError(GeneralError error) in ExecutionError() function in android::nn::ExecutionError
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h226 struct ExecutionError { struct
228 /*implicit*/ ExecutionError(std::string message = {},
233 /*implicit*/ ExecutionError(GeneralError error);
242 using ExecutionResult = base::expected<Type, ExecutionError>; argument
/packages/modules/NeuralNetworks/tools/api/
DTypes.t135 struct ExecutionError {
137 /*implicit*/ ExecutionError(std::string message = {},
142 /*implicit*/ ExecutionError(GeneralError error);
151 using ExecutionResult = base::expected<Type, ExecutionError>;