Package onnx
Class OnnxMl
- java.lang.Object
-
- onnx.OnnxMl
-
public final class OnnxMl extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnnxMl.AttributeProtoAttributes A named attribute containing either singular float, integer, string, graph, and tensor values, or repeated float, integer, string, graph, and tensor values.static interfaceOnnxMl.AttributeProtoOrBuilderstatic classOnnxMl.FunctionProtoProtobuf typeonnx.FunctionProtostatic interfaceOnnxMl.FunctionProtoOrBuilderstatic classOnnxMl.GraphProtoGraphs 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 interfaceOnnxMl.GraphProtoOrBuilderstatic classOnnxMl.ModelProtoModels ModelProto is a top-level file/container format for bundling a ML model and associating its computation graph with metadata.static interfaceOnnxMl.ModelProtoOrBuilderstatic classOnnxMl.NodeProtoNodes 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 interfaceOnnxMl.NodeProtoOrBuilderstatic classOnnxMl.OperatorSetIdProtoOperator Sets OperatorSets are uniquely identified by a (domain, opset_version) pair.static interfaceOnnxMl.OperatorSetIdProtoOrBuilderstatic classOnnxMl.OperatorStatusOperator/function status.static classOnnxMl.SparseTensorProtoA serialized sparse-tensor valuestatic interfaceOnnxMl.SparseTensorProtoOrBuilderstatic classOnnxMl.StringStringEntryProtoStringStringEntryProto follows the pattern for cross-proto-version maps.static interfaceOnnxMl.StringStringEntryProtoOrBuilderstatic classOnnxMl.TensorAnnotationProtobuf typeonnx.TensorAnnotationstatic interfaceOnnxMl.TensorAnnotationOrBuilderstatic classOnnxMl.TensorProtoTensors A serialized tensor value.static interfaceOnnxMl.TensorProtoOrBuilderstatic classOnnxMl.TensorShapeProtoDefines a tensor shape.static interfaceOnnxMl.TensorShapeProtoOrBuilderstatic classOnnxMl.TrainingInfoProtoTraining information TrainingInfoProto stores information for training a model.static interfaceOnnxMl.TrainingInfoProtoOrBuilderstatic classOnnxMl.TypeProtoTypes The standard ONNX data types.static interfaceOnnxMl.TypeProtoOrBuilderstatic classOnnxMl.ValueInfoProtoDefines information on value, including the name, the type, and the shape of the value.static interfaceOnnxMl.ValueInfoProtoOrBuilderstatic classOnnxMl.VersionVersioning 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.nd4j.shade.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(org.nd4j.shade.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(org.nd4j.shade.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(org.nd4j.shade.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(org.nd4j.shade.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static org.nd4j.shade.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-