Exemple #1
0
 public INDArray Convert(INDArray array, IComputationHandler otherHandler)
 {
     return(CheckNice(UnderlyingHandler.Convert(array, otherHandler)));
 }