|
Pull Up Method public offset() : int from class org.nd4j.linalg.indexing.NDArrayIndexAll to public offset() : int from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Pull Up Method public reverse() : void from class org.nd4j.linalg.indexing.NDArrayIndexAll to public reverse() : void from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Pull Up Method public isInterval() : boolean from class org.nd4j.linalg.indexing.NDArrayIndexAll to public isInterval() : boolean from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Pull Up Method public length() : int from class org.nd4j.linalg.indexing.NDArrayIndexAll to public length() : int from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Pull Up Method public setInterval(isInterval boolean) : void from class org.nd4j.linalg.indexing.NDArrayIndexAll to public setInterval(isInterval boolean) : void from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Pull Up Method public end() : int from class org.nd4j.linalg.indexing.NDArrayIndexAll to public end() : int from class org.nd4j.linalg.indexing.IntervalIndex |
From |
To |
|
Change Return Type NDArrayIndex[] to INDArrayIndex[] in method public create(index INDArray) : INDArrayIndex[] in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Return Type NDArrayIndex[] to INDArrayIndex[] in method public indexesFor(shape int...) : INDArrayIndex[] in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Return Type int[] to int in method public next() : int in class org.nd4j.linalg.indexing.INDArrayIndex |
From |
To |
|
Change Return Type NDArrayIndex to INDArrayIndex in method public interval(begin int, end int) : INDArrayIndex in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Return Type int[] to int in method public next() : int in class org.nd4j.linalg.indexing.NewAxis |
From |
To |
|
Change Return Type int[] to int in method public next() : int in class org.nd4j.linalg.indexing.NDArrayIndexEmpty |
From |
To |
|
Change Return Type NDArrayIndex to INDArrayIndex in method public interval(begin int, stride int, end int, inclusive boolean) : INDArrayIndex in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Return Type NDArrayIndex to INDArrayIndex in method public interval(begin int, stride int, end int) : INDArrayIndex in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Return Type NDArrayIndex to INDArrayIndex in method public interval(begin int, end int, inclusive boolean) : INDArrayIndex in class org.nd4j.linalg.indexing.NDArrayIndex |
From |
To |
|
Change Variable Type indexes : NDArrayIndex[] to indexes : INDArrayIndex[] in method public testIndexFor() : void in class org.nd4j.linalg.api.indexing.IndexingTestsC |
From |
To |
|
Change Variable Type index : NDArrayIndex to index : INDArrayIndex in method public testArangeMul() : void in class org.nd4j.linalg.api.indexing.IndexingTests |
From |
To |
|
Change Variable Type index : NDArrayIndex to index : INDArrayIndex in method public testNewLinearView() : void in class org.nd4j.linalg.api.indexing.IndexingTests |
From |
To |
|
Change Variable Type rows : NDArrayIndex to rows : INDArrayIndex in method public avgPooling(toPool INDArray, stride int[]) : INDArray in class org.nd4j.linalg.ops.transforms.Transforms |
From |
To |
|
Change Variable Type rows : NDArrayIndex to rows : INDArrayIndex in method public sumPooling(toPool INDArray, stride int[]) : INDArray in class org.nd4j.linalg.ops.transforms.Transforms |
From |
To |
|
Change Variable Type index : NDArrayIndex to index : INDArrayIndex in method public testArangeMul() : void in class org.nd4j.linalg.api.indexing.IndexingTestsC |
From |
To |
|
Change Variable Type cols : NDArrayIndex to cols : INDArrayIndex in method public avgPooling(toPool INDArray, stride int[]) : INDArray in class org.nd4j.linalg.ops.transforms.Transforms |
From |
To |
|
Change Variable Type cols : NDArrayIndex to cols : INDArrayIndex in method public sumPooling(toPool INDArray, stride int[]) : INDArray in class org.nd4j.linalg.ops.transforms.Transforms |
From |
To |
|
Change Variable Type indices2 : NDArrayIndex[] to indices2 : INDArrayIndex[] in method public pca(X INDArray, nDims int, normalize boolean) : INDArray in class org.nd4j.linalg.dimensionalityreduction.PCA |
From |
To |