pub unsafe extern "C" fn nn_context_tensor(
context: *mut NNContext,
name: *const c_char,
) -> *mut NNTensorExpand description
Returns the tensor with the given name within the model provided by the given context object.
@public @memberof NNContext @since 2.0