matrix

inline fun <T : DType, V> DataContextDsl.matrix(rows: Long, columns: Long, noinline content: TensorCreationScope<T, V>.() -> Tensor<T, V>): Tensor<T, V>(source)