nn_tensor_native_handle

Function nn_tensor_native_handle 

Source
pub unsafe extern "C" fn nn_tensor_native_handle(
    tensor: *mut NNTensor,
) -> *mut c_void
Expand description

Returns the native handle of the tensor object. This is an internal API for access internal structures.

@param tensor Pointer to the tensor object.

@private @memberof NNTensor @since 2.0