pub unsafe extern "C" fn nn_engine_sizeof() -> usize
Expand description

The actual size of the NNEngine structure. This will differ from the size defined by @ref NN_ENGINE_SIZEOF as the later is padded for future API extensions while this function returns the actual size currently required.

@return NNEngine structure size as reported by @ref sizeof().

@public @memberof NNEngine @since 2.0