Package ai.onnx.proto
Class OnnxMl
java.lang.Object
ai.onnx.proto.OnnxMl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Attributes A named attribute containing either singular float, integer, string, graph, and tensor values, or repeated float, integer, string, graph, and tensor values.static interface
static final class
Graphs A graph defines the computational logic of a model and is comprised of a parameterized list of nodes that form a directed acyclic graph based on their inputs and outputs.static interface
static final class
Models ModelProto is a top-level file/container format for bundling a ML model and associating its computation graph with metadata.static interface
static final class
Nodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks.static interface
static final class
Operator Sets OperatorSets are uniquely identified by a (domain, opset_version) pair.static interface
static final class
A serialized sparse-tensor valuestatic interface
static final class
StringStringEntryProto follows the pattern for cross-proto-version maps.static interface
static final class
Protobuf typeonnx.TensorAnnotation
static interface
static final class
Tensors A serialized tensor value.static interface
static final class
Defines a tensor shape.static interface
static final class
Training information TrainingInfoProto stores information for training a model.static interface
static final class
Types The standard ONNX data types.static interface
static final class
Defines information on value, including the name, the type, and the shape of the value.static interface
static enum
Versioning ONNX versioning is specified in docs/IR.md and elaborated on in docs/Versioning.md To be compatible with both proto2 and proto3, we will use a version number that is not defined by the default value but an explicit enum number. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-