Package org.tribuo.util.onnx
package org.tribuo.util.onnx
-
ClassDescriptionThe spec for an attribute, used to produce the attribute proto at construction time.Context object used to scope and manage the creation of ONNX
OnnxMl.GraphProto
andOnnxMl.ModelProto
instances.A subclass ofONNXRef
specialized forOnnxMl.TensorProto
.A subclass ofONNXRef
specialized forOnnxMl.NodeProto
.An interface for ONNX operators.ONNX Opset 13, and ONNX-ML version 1.A subclass ofONNXRef
specialized forOnnxMl.ValueInfoProto
.ONNXRef<T extends com.google.protobuf.GeneratedMessageV3>An abstract reference that represents both a node in an ONNX computation graph and a container for a specific ONNX proto object that denotes that node.Helper functions for building ONNX protos.