fromIntArray

open fun <T : DType, V> fromIntArray(shape: Shape, dtype: KClass<T>, data: IntArray): Tensor<T, V>(source)