NNError

Type Alias NNError 

Source
pub type NNError = c_uint;
Expand description

Enumeration of all errors provided by DeepViewRT. Most functions will return an NNError with NN_SUCCESS being zero. A common usage pattern for client code is to check for err using if (err) ... as any error condition will return non-zero.