Function deepviewrt_sys::nn_model_layer_inputs
source · pub unsafe extern "C" fn nn_model_layer_inputs(
model: *const NNModel,
index: usize,
inputs: *mut *const u32
) -> usizeExpand description
Returns the number of inputs to a layer at the given index within the given model object.
@public @memberof NNModel @since 2.0