Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp46 GeneralError::GeneralError(std::string message, ErrorStatus code) in GeneralError() function in android::nn::GeneralError
53 ExecutionError::ExecutionError(GeneralError error) in ExecutionError()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h179 struct GeneralError { struct
181 /*implicit*/ GeneralError(std::string message = {},
189 using GeneralResult = base::expected<Type, GeneralError>; argument
232 /*implicit*/ ExecutionError(GeneralError error);
/packages/modules/NeuralNetworks/tools/api/
DTypes.t113 struct GeneralError {
115 /*implicit*/ GeneralError(std::string message = {},
123 using GeneralResult = base::expected<Type, GeneralError>;
141 /*implicit*/ ExecutionError(GeneralError error);