pub unsafe extern "C" fn nn_model_layer_lookup(
model: *const NNModel,
name: *const c_char,
) -> c_intExpand description
Returns the index of a given layer with the name provided in the given model object.
@public @memberof NNModel @since 2.0