vector

fun <T : DType, V> vector(values: Array<V>): TensorData<T, V>(source)

Creates a vector tensor from an array of values.