Function nn_model_memory_size

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

Returns the memory size of the given model object.

@public @memberof NNModel @since 2.0