nn_tensor_set_native_handle

Function nn_tensor_set_native_handle 

Source
pub unsafe extern "C" fn nn_tensor_set_native_handle(
    tensor: *mut NNTensor,
    handle: *mut c_void,
)
Expand description

Sets the tensor objects native handle to the one provided.

@param tensor Pointer to the tensor object. @param handle Pointer to the handle object.

@private @memberof NNTensor @since 2.0