Uses of Class
ai.onnx.proto.OnnxMl.TensorShapeProto.Dimension
Packages that use OnnxMl.TensorShapeProto.Dimension
-
Uses of OnnxMl.TensorShapeProto.Dimension in ai.onnx.proto
Fields in ai.onnx.proto with type parameters of type OnnxMl.TensorShapeProto.DimensionModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TensorShapeProto.Dimension>
OnnxMl.TensorShapeProto.Dimension.PARSER
Deprecated.Methods in ai.onnx.proto that return OnnxMl.TensorShapeProto.DimensionModifier 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) Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorShapeProto.DimensionModifier 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()
Methods in ai.onnx.proto with parameters of type OnnxMl.TensorShapeProto.DimensionModifier 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;
Method parameters in ai.onnx.proto with type arguments of type OnnxMl.TensorShapeProto.DimensionModifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addAllDim
(Iterable<? extends OnnxMl.TensorShapeProto.Dimension> values) repeated .onnx.TensorShapeProto.Dimension dim = 1;