Function deepviewrt_sys::nn_model_name
source · pub unsafe extern "C" fn nn_model_name(
model: *const NNModel
) -> *const c_charExpand description
Returns the name of the given model object. Names are optional and if the model does not contain a name then NULL will be returned.
@public @memberof NNModel @since 2.0