Uses of Class
onnx.Onnx.GraphProto
-
-
Uses of Onnx.GraphProto in onnx
Methods in onnx that return Onnx.GraphProto Modifier and Type Method Description Onnx.GraphProtoOnnx.GraphProto.Builder. build()Onnx.GraphProtoOnnx.GraphProto.Builder. buildPartial()Onnx.GraphProtoOnnx.TrainingInfoProto.Builder. getAlgorithm()This field represents a training algorithm step.Onnx.GraphProtoOnnx.TrainingInfoProto. getAlgorithm()This field represents a training algorithm step.Onnx.GraphProtoOnnx.TrainingInfoProtoOrBuilder. getAlgorithm()This field represents a training algorithm step.static Onnx.GraphProtoOnnx.GraphProto. getDefaultInstance()Onnx.GraphProtoOnnx.GraphProto.Builder. getDefaultInstanceForType()Onnx.GraphProtoOnnx.GraphProto. getDefaultInstanceForType()Onnx.GraphProtoOnnx.AttributeProto.Builder. getG()graphOnnx.GraphProtoOnnx.AttributeProto. getG()graphOnnx.GraphProtoOnnx.AttributeProtoOrBuilder. getG()graphOnnx.GraphProtoOnnx.ModelProto.Builder. getGraph()The parameterized graph that is evaluated to execute the model.Onnx.GraphProtoOnnx.ModelProto. getGraph()The parameterized graph that is evaluated to execute the model.Onnx.GraphProtoOnnx.ModelProtoOrBuilder. getGraph()The parameterized graph that is evaluated to execute the model.Onnx.GraphProtoOnnx.AttributeProto.Builder. getGraphs(int index)list of graphOnnx.GraphProtoOnnx.AttributeProto. getGraphs(int index)list of graphOnnx.GraphProtoOnnx.AttributeProtoOrBuilder. getGraphs(int index)list of graphOnnx.GraphProtoOnnx.TrainingInfoProto.Builder. getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.Onnx.GraphProtoOnnx.TrainingInfoProto. getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.Onnx.GraphProtoOnnx.TrainingInfoProtoOrBuilder. getInitialization()This field describes a graph to compute the initial tensors upon starting the training process.static Onnx.GraphProtoOnnx.GraphProto. parseDelimitedFrom(InputStream input)static Onnx.GraphProtoOnnx.GraphProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(byte[] data)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(InputStream input)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(ByteBuffer data)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static Onnx.GraphProtoOnnx.GraphProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in onnx that return types with arguments of type Onnx.GraphProto Modifier and Type Method Description List<Onnx.GraphProto>Onnx.AttributeProto.Builder. getGraphsList()list of graphList<Onnx.GraphProto>Onnx.AttributeProto. getGraphsList()list of graphList<Onnx.GraphProto>Onnx.AttributeProtoOrBuilder. getGraphsList()list of graphorg.nd4j.shade.protobuf.Parser<Onnx.GraphProto>Onnx.GraphProto. getParserForType()static org.nd4j.shade.protobuf.Parser<Onnx.GraphProto>Onnx.GraphProto. parser()Methods in onnx with parameters of type Onnx.GraphProto Modifier and Type Method Description Onnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. addGraphs(int index, Onnx.GraphProto value)list of graphOnnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. addGraphs(Onnx.GraphProto value)list of graphOnnx.TrainingInfoProto.BuilderOnnx.TrainingInfoProto.Builder. mergeAlgorithm(Onnx.GraphProto value)This field represents a training algorithm step.Onnx.GraphProto.BuilderOnnx.GraphProto.Builder. mergeFrom(Onnx.GraphProto other)Onnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. mergeG(Onnx.GraphProto value)graphOnnx.ModelProto.BuilderOnnx.ModelProto.Builder. mergeGraph(Onnx.GraphProto value)The parameterized graph that is evaluated to execute the model.Onnx.TrainingInfoProto.BuilderOnnx.TrainingInfoProto.Builder. mergeInitialization(Onnx.GraphProto value)This field describes a graph to compute the initial tensors upon starting the training process.static Onnx.GraphProto.BuilderOnnx.GraphProto. newBuilder(Onnx.GraphProto prototype)Onnx.TrainingInfoProto.BuilderOnnx.TrainingInfoProto.Builder. setAlgorithm(Onnx.GraphProto value)This field represents a training algorithm step.Onnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. setG(Onnx.GraphProto value)graphOnnx.ModelProto.BuilderOnnx.ModelProto.Builder. setGraph(Onnx.GraphProto value)The parameterized graph that is evaluated to execute the model.Onnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. setGraphs(int index, Onnx.GraphProto value)list of graphOnnx.TrainingInfoProto.BuilderOnnx.TrainingInfoProto.Builder. setInitialization(Onnx.GraphProto value)This field describes a graph to compute the initial tensors upon starting the training process.Method parameters in onnx with type arguments of type Onnx.GraphProto Modifier and Type Method Description Onnx.AttributeProto.BuilderOnnx.AttributeProto.Builder. addAllGraphs(Iterable<? extends Onnx.GraphProto> values)list of graph -
Uses of Onnx.GraphProto in org.nd4j.autodiff.functions
Methods in org.nd4j.autodiff.functions with parameters of type Onnx.GraphProto Modifier and Type Method Description abstract voidDifferentialFunction. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)Iniitialize the function from the givenOnnx.NodeProtoConstructors in org.nd4j.autodiff.functions with parameters of type Onnx.GraphProto Constructor Description DifferentialFunction(SameDiff sameDiff, Onnx.NodeProto node, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)Initialize the function from the givenOnnx.NodeProto -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops with parameters of type Onnx.GraphProto Modifier and Type Method Description voidBaseBroadcastBoolOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseBroadcastOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidBaseReduceOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidDynamicCustomOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidNoOp. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.layers
Methods in org.nd4j.linalg.api.ops.impl.layers with parameters of type Onnx.GraphProto Modifier and Type Method Description voidExternalErrorsFunction. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.layers.convolution
-
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.layers.recurrent
Methods in org.nd4j.linalg.api.ops.impl.layers.recurrent with parameters of type Onnx.GraphProto Modifier and Type Method Description voidSRU. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidSRUCell. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.reduce
Methods in org.nd4j.linalg.api.ops.impl.reduce with parameters of type Onnx.GraphProto Modifier and Type Method Description voidMmul. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidTensorMmul. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.shape
-
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.shape.tensorops
-
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.transforms.clip
Methods in org.nd4j.linalg.api.ops.impl.transforms.clip with parameters of type Onnx.GraphProto Modifier and Type Method Description voidClipByNorm. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidClipByValue. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.transforms.custom
Methods in org.nd4j.linalg.api.ops.impl.transforms.custom with parameters of type Onnx.GraphProto Modifier and Type Method Description voidAssign. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidCumProd. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidCumSum. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)voidFill. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.impl.transforms.strict
Methods in org.nd4j.linalg.api.ops.impl.transforms.strict with parameters of type Onnx.GraphProto Modifier and Type Method Description voidRectifiedTanh. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph) -
Uses of Onnx.GraphProto in org.nd4j.linalg.api.ops.random.impl
Methods in org.nd4j.linalg.api.ops.random.impl with parameters of type Onnx.GraphProto Modifier and Type Method Description voidDropOutInverted. initFromOnnx(Onnx.NodeProto node, SameDiff initWith, Map<String,Onnx.AttributeProto> attributesForNode, Onnx.GraphProto graph)
-