Uses of Class
onnx.OnnxMl.NodeProto
-
Packages that use OnnxMl.NodeProto Package Description onnx -
-
Uses of OnnxMl.NodeProto in onnx
Methods in onnx that return OnnxMl.NodeProto Modifier and Type Method Description OnnxMl.NodeProtoOnnxMl.NodeProto.Builder. build()OnnxMl.NodeProtoOnnxMl.NodeProto.Builder. buildPartial()static OnnxMl.NodeProtoOnnxMl.NodeProto. getDefaultInstance()OnnxMl.NodeProtoOnnxMl.NodeProto.Builder. getDefaultInstanceForType()OnnxMl.NodeProtoOnnxMl.NodeProto. getDefaultInstanceForType()OnnxMl.NodeProtoOnnxMl.FunctionProto.Builder. getNode(int index)The nodes in the function.OnnxMl.NodeProtoOnnxMl.FunctionProto. getNode(int index)The nodes in the function.OnnxMl.NodeProtoOnnxMl.FunctionProtoOrBuilder. getNode(int index)The nodes in the function.OnnxMl.NodeProtoOnnxMl.GraphProto.Builder. getNode(int index)The nodes in the graph, sorted topologically.OnnxMl.NodeProtoOnnxMl.GraphProto. getNode(int index)The nodes in the graph, sorted topologically.OnnxMl.NodeProtoOnnxMl.GraphProtoOrBuilder. getNode(int index)The nodes in the graph, sorted topologically.static OnnxMl.NodeProtoOnnxMl.NodeProto. parseDelimitedFrom(InputStream input)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(byte[] data)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(InputStream input)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(ByteBuffer data)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OnnxMl.NodeProtoOnnxMl.NodeProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in onnx that return types with arguments of type OnnxMl.NodeProto Modifier and Type Method Description List<OnnxMl.NodeProto>OnnxMl.FunctionProto.Builder. getNodeList()The nodes in the function.List<OnnxMl.NodeProto>OnnxMl.FunctionProto. getNodeList()The nodes in the function.List<OnnxMl.NodeProto>OnnxMl.FunctionProtoOrBuilder. getNodeList()The nodes in the function.List<OnnxMl.NodeProto>OnnxMl.GraphProto.Builder. getNodeList()The nodes in the graph, sorted topologically.List<OnnxMl.NodeProto>OnnxMl.GraphProto. getNodeList()The nodes in the graph, sorted topologically.List<OnnxMl.NodeProto>OnnxMl.GraphProtoOrBuilder. getNodeList()The nodes in the graph, sorted topologically.org.nd4j.shade.protobuf.Parser<OnnxMl.NodeProto>OnnxMl.NodeProto. getParserForType()static org.nd4j.shade.protobuf.Parser<OnnxMl.NodeProto>OnnxMl.NodeProto. parser()Methods in onnx with parameters of type OnnxMl.NodeProto Modifier and Type Method Description OnnxMl.FunctionProto.BuilderOnnxMl.FunctionProto.Builder. addNode(int index, OnnxMl.NodeProto value)The nodes in the function.OnnxMl.FunctionProto.BuilderOnnxMl.FunctionProto.Builder. addNode(OnnxMl.NodeProto value)The nodes in the function.OnnxMl.GraphProto.BuilderOnnxMl.GraphProto.Builder. addNode(int index, OnnxMl.NodeProto value)The nodes in the graph, sorted topologically.OnnxMl.GraphProto.BuilderOnnxMl.GraphProto.Builder. addNode(OnnxMl.NodeProto value)The nodes in the graph, sorted topologically.OnnxMl.NodeProto.BuilderOnnxMl.NodeProto.Builder. mergeFrom(OnnxMl.NodeProto other)static OnnxMl.NodeProto.BuilderOnnxMl.NodeProto. newBuilder(OnnxMl.NodeProto prototype)OnnxMl.FunctionProto.BuilderOnnxMl.FunctionProto.Builder. setNode(int index, OnnxMl.NodeProto value)The nodes in the function.OnnxMl.GraphProto.BuilderOnnxMl.GraphProto.Builder. setNode(int index, OnnxMl.NodeProto value)The nodes in the graph, sorted topologically.Method parameters in onnx with type arguments of type OnnxMl.NodeProto Modifier and Type Method Description OnnxMl.FunctionProto.BuilderOnnxMl.FunctionProto.Builder. addAllNode(Iterable<? extends OnnxMl.NodeProto> values)The nodes in the function.OnnxMl.GraphProto.BuilderOnnxMl.GraphProto.Builder. addAllNode(Iterable<? extends OnnxMl.NodeProto> values)The nodes in the graph, sorted topologically.
-