Utility types and definitions.
◆ dnnl_status_t
Status values returned by the library functions.
| Enumerator |
|---|
| dnnl_success | The operation was successful.
|
| dnnl_out_of_memory | The operation failed due to an out-of-memory condition.
|
| dnnl_invalid_arguments | The operation failed because of incorrect function arguments.
|
| dnnl_unimplemented | The operation failed because requested functionality is not implemented.
|
| dnnl_iterator_ends | Primitive iterator passed over last primitive descriptor.
|
| dnnl_runtime_error | Primitive or engine failed on execution.
|
| dnnl_not_required | Queried element is not required for given primitive.
|