Uses of Class
ai.onnx.proto.OnnxMl.TensorShapeProto.Dimension
-
Uses of OnnxMl.TensorShapeProto.Dimension in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TensorShapeProto.Dimension>
OnnxMl.TensorShapeProto.Dimension.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Dimension.Builder.build()
OnnxMl.TensorShapeProto.Dimension.Builder.buildPartial()
OnnxMl.TensorShapeProto.Dimension.getDefaultInstance()
OnnxMl.TensorShapeProto.Dimension.Builder.getDefaultInstanceForType()
OnnxMl.TensorShapeProto.Dimension.getDefaultInstanceForType()
OnnxMl.TensorShapeProto.Builder.getDim
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.getDim
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProtoOrBuilder.getDim
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Dimension.parseDelimitedFrom
(InputStream input) OnnxMl.TensorShapeProto.Dimension.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.parseFrom
(byte[] data) OnnxMl.TensorShapeProto.Dimension.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.parseFrom
(com.google.protobuf.ByteString data) OnnxMl.TensorShapeProto.Dimension.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.parseFrom
(com.google.protobuf.CodedInputStream input) OnnxMl.TensorShapeProto.Dimension.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.parseFrom
(InputStream input) OnnxMl.TensorShapeProto.Dimension.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.parseFrom
(ByteBuffer data) OnnxMl.TensorShapeProto.Dimension.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProtoOrBuilder.getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
com.google.protobuf.Parser<OnnxMl.TensorShapeProto.Dimension>
OnnxMl.TensorShapeProto.Dimension.getParserForType()
static com.google.protobuf.Parser<OnnxMl.TensorShapeProto.Dimension>
OnnxMl.TensorShapeProto.Dimension.parser()
Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addDim
(int index, OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Builder.addDim
(OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom
(OnnxMl.TensorShapeProto.Dimension other) OnnxMl.TensorShapeProto.Dimension.newBuilder
(OnnxMl.TensorShapeProto.Dimension prototype) OnnxMl.TensorShapeProto.Builder.setDim
(int index, OnnxMl.TensorShapeProto.Dimension value) repeated .onnx.TensorShapeProto.Dimension dim = 1;
Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addAllDim
(Iterable<? extends OnnxMl.TensorShapeProto.Dimension> values) repeated .onnx.TensorShapeProto.Dimension dim = 1;