Function nn_context_tensor_index

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

Returns the tensor at the given index with the model provided by the given context object.

@public @memberof NNContext @since 2.0