nn_context_model_load

Function nn_context_model_load 

Source
pub unsafe extern "C" fn nn_context_model_load(
    context: *mut NNContext,
    memory_size: usize,
    memory: *const c_void,
) -> NNError
Expand description

Loads the model provided by the input into the context.

@context pointer to the context object @memory pointer to the memory that contains the model @memory_size the size of the memory that is used by the model

@public @memberof NNContext @since 2.0