pub unsafe extern "C" fn nn_context_tensor_index(
context: *mut NNContext,
index: usize,
) -> *mut NNTensorExpand description
Returns the tensor at the given index with the model provided by the given context object.
@public @memberof NNContext @since 2.0