pub unsafe extern "C" fn nn_context_step(
    context: *mut NNContext,
    index: usize
) -> NNError
Expand description

Runs layer with index from model within the given context object. If index is invalid NN_ERROR_INVALID_LAYER is returned, this can be used to determine when at the end of the model.

@public @memberof NNContext @since 2.3