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

Returns the natural data axis for the tensor or -1 if one is not set.

@public @memberof NNModel @since 2.4