nn_context_tensor

Function nn_context_tensor 

Source
pub unsafe extern "C" fn nn_context_tensor(
    context: *mut NNContext,
    name: *const c_char,
) -> *mut NNTensor
Expand description

Returns the tensor with the given name within the model provided by the given context object.

@public @memberof NNContext @since 2.0