v0.3.0-dev-9 #324

Merged
altavir merged 265 commits from dev into master 2021-05-08 17:16:29 +03:00
Showing only changes of commit 5fe1320855 - Show all commits

View File

@ -493,7 +493,7 @@ public open class DoubleTensorAlgebra : TensorPartialDivisionAlgebra<Double> {
DoubleTensor(tensor.shape, getRandomNormals(tensor.shape.reduce(Int::times), seed))
/**
* Concatenates a sequence of tensors along a new dimension.
* Concatenates a sequence of tensors along the first dimension.
*
* @param tensors the [List] of tensors with same shapes to concatenate
* @param dim the dimension to insert