wrapIntArray
open override fun <T : DType, V> wrapIntArray(shape: Shape, dtype: KClass<T>, data: IntArray): TensorData<T, V>(source)
Wraps an IntArray without copying. The caller must ensure the array is not mutated while the returned TensorData is in use. Default implementation falls back to fromIntArray (which copies).