nn_model_layer_name

Function nn_model_layer_name 

Source
pub unsafe extern "C" fn nn_model_layer_name(
    model: *const NNModel,
    index: usize,
) -> *const c_char
Expand description

Returns the name of a layer at a given index within the given model object.

@public @memberof NNModel @since 2.0