|
Rename Method public asIntermediateRepresentation(node NodeDef, graph TGraph) : TOp renamed to public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization |
From |
To |
|
Rename Method public asIntermediateRepresentation(tfNode NodeDef, graph TGraph) : TOp renamed to public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D |
From |
To |
|
Rename Method public abstract asIntermediateRepresentation(node NodeDef, graph TGraph) : TOp renamed to public abstract initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Rename Method public asIntermediateRepresentation(tfNode NodeDef, graph TGraph) : TOp renamed to public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D |
From |
To |
|
Rename Method public asIntermediateRepresentation(tfNode NodeDef, graph TGraph) : TOp renamed to public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D |
From |
To |
|
Change Parameter Type graph : TGraph to graph : GraphDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D |
From |
To |
|
Change Parameter Type graph : TGraph to graph : GraphDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization |
From |
To |
|
Change Parameter Type tensorProto : TensorProto to tensorProto : NodeDef in method public dataTypeForTensor(tensorProto NodeDef) : DataBuffer.Type in class org.nd4j.imports.graphmapper.tf.TFGraphMapper |
From |
To |
|
Change Parameter Type graph : TGraph to graph : GraphDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D |
From |
To |
|
Change Parameter Type tensorProto : OnnxProto3.TensorProto to tensorProto : OnnxProto3.TypeProto.TensorTypeProto in method public dataTypeForTensor(tensorProto OnnxProto3.TypeProto.TensorTypeProto) : DataBuffer.Type in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper |
From |
To |
|
Change Parameter Type graph : TGraph to graph : GraphDef in method public abstract initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Parameter Type tensorProto : OnnxProto3.TensorProto to tensorProto : OnnxProto3.TypeProto.TensorTypeProto in method public getNDArrayFromTensor(tensorName String, tensorProto OnnxProto3.TypeProto.TensorTypeProto, graph OnnxProto3.GraphProto) : INDArray in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper |
From |
To |
|
Change Parameter Type graph : TGraph to graph : GraphDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D |
From |
To |
|
Change Parameter Type importState : ImportState<GraphDef,TensorProto> to importState : ImportState<GraphDef,NodeDef> in method public mapNodeType(tfNode NodeDef, importState ImportState<GraphDef,NodeDef>) : void in class org.nd4j.imports.graphmapper.tf.TFGraphMapper |
From |
To |
|
Change Return Type TOp to void in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D |
From |
To |
|
Change Return Type TOp to void in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization |
From |
To |
|
Change Return Type TOp to void in method public abstract initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Change Return Type Map<String,OnnxProto3.TensorProto> to Map<String,onnx.OnnxProto3.TypeProto.TensorTypeProto> in method public variablesForGraph(graphProto OnnxProto3.GraphProto) : Map<String,onnx.OnnxProto3.TypeProto.TensorTypeProto> in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper |
From |
To |
|
Change Return Type TOp to void in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D |
From |
To |
|
Change Return Type Map<String,TensorProto> to Map<String,NodeDef> in method public variablesForGraph(graphDef GraphDef) : Map<String,NodeDef> in class org.nd4j.imports.graphmapper.tf.TFGraphMapper |
From |
To |
|
Change Return Type TOp to void in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D |
From |
To |
|
Change Variable Type diff : SameDiff to diff : val in method public mapNodeType(tfNode NodeDef, importState ImportState<GraphDef,NodeDef>) : void in class org.nd4j.imports.graphmapper.tf.TFGraphMapper |
From |
To |
|
Change Variable Type variablesForGraph : Map<String,TENSOR_TYPE> to variablesForGraph : val in method public importGraph(tfGraph GRAPH_TYPE) : SameDiff in class org.nd4j.imports.graphmapper.BaseGraphMapper |
From |
To |
|
Change Variable Type ret : Map<String,TensorProto> to ret : Map<String,NodeDef> in method public variablesForGraph(graphDef GraphDef) : Map<String,NodeDef> in class org.nd4j.imports.graphmapper.tf.TFGraphMapper |
From |
To |
|
Change Variable Type ret : Map<String,OnnxProto3.TensorProto> to ret : Map<String,onnx.OnnxProto3.TypeProto.TensorTypeProto> in method public variablesForGraph(graphProto OnnxProto3.GraphProto) : Map<String,onnx.OnnxProto3.TypeProto.TensorTypeProto> in class org.nd4j.imports.graphmapper.onnx.OnnxGraphMapper |
From |
To |
|
Rename Parameter tfNode : NodeDef to nodeDef : NodeDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.AvgPooling2D |
From |
To |
|
Rename Parameter tfNode : NodeDef to nodeDef : NodeDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.Pooling2D |
From |
To |
|
Rename Parameter node : NodeDef to nodeDef : NodeDef in method public abstract initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.autodiff.functions.DifferentialFunction |
From |
To |
|
Rename Parameter tfNode : NodeDef to nodeDef : NodeDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.MaxPooling2D |
From |
To |
|
Rename Parameter node : NodeDef to nodeDef : NodeDef in method public initFromTensorFlow(nodeDef NodeDef, initWith SameDiff, attributesForNode Map<String,AttrValue>, graph GraphDef) : void in class org.nd4j.linalg.api.ops.impl.layers.convolution.LocalResponseNormalization |
From |
To |