pub type NNModelResource = c_void;
Expand description

@struct NNModelResource

DeepViewRT Models may have resources embedded into them and this datatype is their handle.

Aliased Type§

enum NNModelResource {
    // some variants omitted
}

Variants§