|
Change Variable Type mappedVariables : Map<String,Integer> to mappedVariables : Map<String,int[]> in method public convertToFlatBuffers(sd SameDiff, configuration ExecutorConfiguration, intermediate Map<Integer,Node>) : ByteBuffer in class org.nd4j.autodiff.execution.NativeGraphExecutioner |
From |
To |
|
Change Variable Type realIn : int to realIn : int[] in method public convertToFlatBuffers(sd SameDiff, configuration ExecutorConfiguration, intermediate Map<Integer,Node>) : ByteBuffer in class org.nd4j.autodiff.execution.NativeGraphExecutioner |
From |
To |
|
Change Variable Type original : int to original : int[] in method public executeGraph(sd SameDiff, configuration ExecutorConfiguration) : INDArray[] in class org.nd4j.autodiff.execution.NativeGraphExecutioner |
From |
To |
|
Change Variable Type mappedInputs : Map<Integer,Integer> to mappedInputs : Map<int[],int[]> in method public convertToFlatBuffers(sd SameDiff, configuration ExecutorConfiguration, intermediate Map<Integer,Node>) : ByteBuffer in class org.nd4j.autodiff.execution.NativeGraphExecutioner |
From |
To |