|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.TransformOpDataBufferAction |
From |
To |
|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.DivOpDataBufferAction |
From |
To |
|
Change Return Type BaseDataBufferAction to ScalarDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, z DataBuffer, offsetX int, offsetZ int, incrX int, incrZ int) : ScalarDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.scalar.ScalarOpDataBufferAction |
From |
To |
|
Change Return Type BaseAccumulationDataBufferTask to AccumulationDataBufferTask in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, offsetX int, offsetY int, incrX int, incrY int, outerTask boolean) : AccumulationDataBufferTask in class org.nd4j.linalg.api.parallel.bufferops.impl.accum.AccumulationOpDataBufferTask |
From |
To |
|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.SubOpDataBufferAction |
From |
To |
|
Change Return Type BaseDataBufferAction to ScalarDataBufferAction in method public abstract getSubTask(threshold int, n int, x DataBuffer, z DataBuffer, offsetX int, offsetZ int, incrX int, incrZ int) : ScalarDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.ScalarDataBufferAction |
From |
To |
|
Change Return Type BaseAccumulationDataBufferTask to AccumulationDataBufferTask in method public abstract getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, offsetX int, offsetY int, incrX int, incrY int, outerTask boolean) : AccumulationDataBufferTask in class org.nd4j.linalg.api.parallel.bufferops.AccumulationDataBufferTask |
From |
To |
|
Change Return Type BaseIndexAccumulationDataBufferTask to IndexAccumulationDataBufferTask in method public abstract getSubTask(op IndexAccumulation, threshold int, n int, x DataBuffer, y DataBuffer, offsetX int, offsetY int, incrX int, incrY int, elementOffset int, outerTask boolean) : IndexAccumulationDataBufferTask in class org.nd4j.linalg.api.parallel.bufferops.IndexAccumulationDataBufferTask |
From |
To |
|
Change Return Type BaseIndexAccumulationDataBufferTask to IndexAccumulationOpDataBufferTask in method public getSubTask(op IndexAccumulation, threshold int, n int, x DataBuffer, y DataBuffer, offsetX int, offsetY int, incrX int, incrY int, elementOffset int, outerTask boolean) : IndexAccumulationOpDataBufferTask in class org.nd4j.linalg.api.parallel.bufferops.impl.IndexAccumulationOpDataBufferTask |
From |
To |
|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.CopyOpDataBufferAction |
From |
To |
|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.AddOpDataBufferAction |
From |
To |
|
Change Return Type BaseDataBufferAction to TransformDataBufferAction in method public getSubTask(threshold int, n int, x DataBuffer, y DataBuffer, z DataBuffer, offsetX int, offsetY int, offsetZ int, incrX int, incrY int, incrZ int) : TransformDataBufferAction in class org.nd4j.linalg.api.parallel.bufferops.impl.transform.MulOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.CopyOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.CopyOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.ScalarOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.scalar.ScalarOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.MulOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.MulOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.TransformOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.TransformOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.TransformViaTensorDataBufferTask moved to org.nd4j.linalg.api.parallel.bufferops.TransformViaTensorDataBufferTask |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.AccumulationOpDataBufferTask moved to org.nd4j.linalg.api.parallel.bufferops.impl.accum.AccumulationOpDataBufferTask |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.IndexAccumulationOpDataBufferTask moved to org.nd4j.linalg.api.parallel.bufferops.impl.IndexAccumulationOpDataBufferTask |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.AccumulationViaTensorDataBufferTask moved to org.nd4j.linalg.api.parallel.bufferops.AccumulationViaTensorDataBufferTask |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.SubOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.SubOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.IndexAccumulationViaTensorDataBufferTask moved to org.nd4j.linalg.api.parallel.bufferops.IndexAccumulationViaTensorDataBufferTask |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.AddOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.AddOpDataBufferAction |
From |
To |
|
Move Class org.nd4j.linalg.api.parallel.ops.BufferOps.DivOpDataBufferAction moved to org.nd4j.linalg.api.parallel.bufferops.impl.transform.DivOpDataBufferAction |
From |
To |
|
Change Variable Type blockList : List<AccumulationOpDataBufferTask> to blockList : List<AccumulationDataBufferTask> in method protected compute() : Double in class org.nd4j.linalg.api.parallel.bufferops.AccumulationViaTensorDataBufferTask |
From |
To |
|
Change Variable Type t1 : BaseAccumulationDataBufferTask to t1 : AccumulationDataBufferTask in method protected compute() : Double in class org.nd4j.linalg.api.parallel.bufferops.AccumulationDataBufferTask |
From |
To |
|
Change Variable Type blockList : List<TransformOpDataBufferAction> to blockList : List<TransformDataBufferAction> in method protected compute() : void in class org.nd4j.linalg.api.parallel.bufferops.TransformViaTensorDataBufferTask |
From |
To |
|
Change Variable Type t2 : BaseIndexAccumulationDataBufferTask to t2 : IndexAccumulationDataBufferTask in method protected compute() : Pair<Double,Integer> in class org.nd4j.linalg.api.parallel.bufferops.IndexAccumulationDataBufferTask |
From |
To |
|
Change Variable Type task : AccumulationOpDataBufferTask to task : AccumulationDataBufferTask in method protected compute() : Double in class org.nd4j.linalg.api.parallel.bufferops.AccumulationViaTensorDataBufferTask |
From |
To |
|
Change Variable Type task : TransformOpDataBufferAction to task : TransformDataBufferAction in method protected compute() : void in class org.nd4j.linalg.api.parallel.bufferops.TransformViaTensorDataBufferTask |
From |
To |
|
Change Variable Type t2 : BaseAccumulationDataBufferTask to t2 : AccumulationDataBufferTask in method protected compute() : Double in class org.nd4j.linalg.api.parallel.bufferops.AccumulationDataBufferTask |
From |
To |
|
Change Variable Type t1 : BaseIndexAccumulationDataBufferTask to t1 : IndexAccumulationDataBufferTask in method protected compute() : Pair<Double,Integer> in class org.nd4j.linalg.api.parallel.bufferops.IndexAccumulationDataBufferTask |
From |
To |
|
Change Variable Type t2 : BaseDataBufferAction to t2 : ScalarDataBufferAction in method protected compute() : void in class org.nd4j.linalg.api.parallel.bufferops.ScalarDataBufferAction |
From |
To |
|
Change Variable Type t1 : BaseDataBufferAction to t1 : ScalarDataBufferAction in method protected compute() : void in class org.nd4j.linalg.api.parallel.bufferops.ScalarDataBufferAction |
From |
To |