|
Change Parameter Type i_v : NDArrayInformation to i_v : SDVariable in method public Ones(sameDiff SameDiff, i_v SDVariable, shape int[], inPlace boolean, vertexId int[]) in class org.nd4j.linalg.api.ops.impl.transforms.Ones |
From |
To |
|
Change Parameter Type iX : NDArrayInformation to iX : SDVariable in method public val(iX SDVariable) : Constant in class org.nd4j.autodiff.functions.FunctionFactory |
From |
To |
|
Change Parameter Type i_v : NDArrayInformation to i_v : SDVariable in method protected Constant(sameDiff SameDiff, i_v SDVariable, shape int[], inPlace boolean, vertexId int[]) in class org.nd4j.linalg.api.ops.impl.transforms.Constant |
From |
To |
|
Change Parameter Type iX : NDArrayInformation to iX : SDVariable in method public var(iName String, iX SDVariable) : SDVariable in class org.nd4j.autodiff.functions.DifferentialFunctionFactory |
From |
To |
|
Change Parameter Type i_v : NDArrayInformation to i_v : SDVariable in method public Constant(sameDiff SameDiff, i_v SDVariable, shape int[], vertexId int[]) in class org.nd4j.linalg.api.ops.impl.transforms.Constant |
From |
To |
|
Change Parameter Type ndArrayInformationVertex : Vertex<NDArrayInformation> to ndArrayInformationVertex : Vertex<SDVariable> in method public addVertex(ndArrayInformationVertex Vertex<SDVariable>) : void in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Parameter Type arr : NDArrayInformation to shape : int[] in method public var(name String, shape int[]) : SDVariable in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Parameter Type value : NDArrayInformation to value : SDVariable in method public NDArrayVertex(sameDiff SameDiff, idx int, depth int, value SDVariable) in class org.nd4j.autodiff.opstate.NDArrayVertex |
From |
To |
|
Change Parameter Type info : NDArrayInformation to info : SDVariable in method public getNDArray(info SDVariable) : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Parameter Type i_v : NDArrayInformation to i_v : SDVariable in method public Ones(sameDiff SameDiff, i_v SDVariable, shape int[], vertexId int[]) in class org.nd4j.linalg.api.ops.impl.transforms.Ones |
From |
To |
|
Change Parameter Type iX : NDArrayInformation to iX : SDVariable in method public val(iX SDVariable) : Constant in class org.nd4j.autodiff.functions.DifferentialFunctionFactory |
From |
To |
|
Change Parameter Type vertices : Map<Integer,Vertex<NDArrayInformation>> to vertices : Map<Integer,Vertex<SDVariable>> in method private SDGraph(allowMultipleEdges boolean, edges Map<int[],List<Edge<OpState>>>, vertices Map<Integer,Vertex<SDVariable>>, frozen boolean, incomingEdges Map<int[],List<Edge<OpState>>>, sameDiff SameDiff) in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Parameter Type iX : NDArrayInformation to iX : SDVariable in method public var(iName String, iX SDVariable) : SDVariable in class org.nd4j.autodiff.functions.FunctionFactory |
From |
To |
|
Change Parameter Type info : NDArrayInformation to opState : OpState in method private SDVariable(differentialFunction DifferentialFunction, varName String, arr INDArray, opState OpState, sameDiff SameDiff, shape int[], weightInitScheme WeightInitScheme, ndArrayVertex NDArrayVertex, vertexId int[]) in class org.nd4j.autodiff.samediff.impl.SDVariable |
From |
To |
|
Change Return Type NDArrayInformation to SDVariable in method public getVariableForVertex(vertex int) : SDVariable in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Return Type List<NDArrayInformation> to List<SDVariable> in method public getInputs() : List<SDVariable> in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Return Type NDArrayInformation to SDVariable in method public getResult() : SDVariable in class org.nd4j.linalg.api.ops.impl.controlflow.While |
From |
To |
|
Change Return Type NDArrayInformation to SDVariable in method public getInfoFor(arr INDArray) : SDVariable in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Return Type NDArrayInformation to SDVariable in method public getResult() : SDVariable in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Return Type List<NDArrayInformation> to List<SDVariable> in method public getOutputs() : List<SDVariable> in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Return Type NDArrayInformation to SDVariable in method public getResult() : SDVariable in class org.nd4j.linalg.api.ops.impl.transforms.Constant |
From |
To |
|
Change Variable Type clone : NDArrayInformation to clone : SDVariable in method public invokeGraphOn(sameDiff SameDiff) : SDVariable in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type inputInfo : List<NDArrayInformation> to inputInfo : List<SDVariable> in method public getOpOrder(reverse boolean) : OpExecOrder in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Variable Type input : NDArrayInformation to input : SDVariable 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 opId : NDArrayInformation to opId : SDVariable in method private getZ() : INDArray in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Variable Type information : NDArrayInformation to information : SDVariable in method protected addEdges(sameDiff SameDiff, i_v1 DifferentialFunction, opName String, shape int[]) : void in class org.nd4j.linalg.api.ops.BaseScalarOp |
From |
To |
|
Change Variable Type info : NDArrayInformation to info : SDVariable in method public allocate() : void in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type vertex1 : NDArrayInformation to vertex1 : SDVariable in method public print(path File) : void in class org.nd4j.autodiff.graph.Graph |
From |
To |
|
Change Variable Type opId : NDArrayInformation to opId : SDVariable in method private getZ(opExecAction OpExecAction) : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type information : NDArrayInformation to information : SDVariable in method protected addEdges(sameDiff SameDiff, i_v1 DifferentialFunction, opName String, shape int...) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Variable Type ret : List<NDArrayInformation> to ret : List<SDVariable> in method public getInputs() : List<SDVariable> in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Variable Type opId : NDArrayInformation to opId : SDVariable in method private getY(opExecAction OpExecAction) : INDArray in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Variable Type ndArrayInformation : Vertex<NDArrayInformation> to ndArrayInformation : Vertex<SDVariable> in method public getVariableForVertex(vertex int) : SDVariable in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Variable Type opId : NDArrayInformation to opId : SDVariable in method private getY() : INDArray in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Variable Type ret : List<NDArrayInformation> to ret : List<SDVariable> in method public getOutputs() : List<SDVariable> in class org.nd4j.autodiff.samediff.SDGraph |
From |
To |
|
Change Variable Type arrInfo : NDArrayInformation to arrInfo : SDVariable in method protected addEdges(sameDiff SameDiff, i_v1 DifferentialFunction, i_v2 DifferentialFunction, opName String, opType Op.Type, shape int[], extraArgs Object[]) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Attribute Type dummyResult : NDArrayInformation to dummyResult : SDVariable in class org.nd4j.linalg.api.ops.impl.controlflow.If |
From |
To |
|
Change Attribute Type output : NDArrayInformation to output : SDVariable in class org.nd4j.autodiff.opstate.OpExecAction |
From |
To |
|
Change Attribute Type dummyResult : NDArrayInformation to dummyResult : SDVariable in class org.nd4j.linalg.api.ops.impl.controlflow.While |
From |
To |
|
Change Attribute Type info : NDArrayInformation to owner : OpState in class org.nd4j.autodiff.samediff.impl.SDVariable |
From |
To |
|
Change Attribute Type inputs : NDArrayInformation[] to inputs : SDVariable[] in class org.nd4j.autodiff.opstate.OpExecAction |
From |
To |
|
Change Attribute Type m_x : NDArrayInformation to m_x : SDVariable in class org.nd4j.linalg.api.ops.impl.transforms.Constant |
From |
To |
|
Change Attribute Type reverseArrayLookup : IdentityHashMap<INDArray,NDArrayInformation> to reverseArrayLookup : IdentityHashMap<INDArray,SDVariable> in class org.nd4j.autodiff.samediff.SameDiff |
From |
To |
|
Change Attribute Type results : NDArrayInformation[] to results : SDVariable[] in class org.nd4j.autodiff.opstate.OpState |
From |
To |