Function deepviewrt_sys::nn_model_inputs
source · pub unsafe extern "C" fn nn_model_inputs(
model: *const NNModel,
n_inputs: *mut usize
) -> *const u32Expand description
Returns the list of model input indices and optionally the number of inputs.
If the field is missing from the model NULL is returned.
@public @memberof NNModel @since 2.4