Exemple #1
0
 /// <inheritdoc />
 public INDArray FlattenAllButLast(INDArray array)
 {
     return(CheckNice(UnderlyingHandler.FlattenAllButLast(CheckNice(array))));
 }