nn_model_layer_lookup

Function nn_model_layer_lookup 

Source
pub unsafe extern "C" fn nn_model_layer_lookup(
    model: *const NNModel,
    name: *const c_char,
) -> c_int
Expand description

Returns the index of a given layer with the name provided in the given model object.

@public @memberof NNModel @since 2.0