pub unsafe extern "C" fn nn_tensor_native_handle(
tensor: *mut NNTensor,
) -> *mut c_voidExpand 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