Uses of Class
ai.onnx.proto.OnnxMl.TensorShapeProto
-
Uses of OnnxMl.TensorShapeProto in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TensorShapeProto>
OnnxMl.TensorShapeProto.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.build()
OnnxMl.TensorShapeProto.Builder.buildPartial()
static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.getDefaultInstance()
OnnxMl.TensorShapeProto.Builder.getDefaultInstanceForType()
OnnxMl.TensorShapeProto.getDefaultInstanceForType()
OnnxMl.TypeProto.SparseTensor.Builder.getShape()
optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.SparseTensor.getShape()
optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.SparseTensorOrBuilder.getShape()
optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.Tensor.Builder.getShape()
optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.Tensor.getShape()
optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.TensorOrBuilder.getShape()
optional .onnx.TensorShapeProto shape = 2;
static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseDelimitedFrom
(InputStream input) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(byte[] data) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(InputStream input) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(ByteBuffer data) static OnnxMl.TensorShapeProto
OnnxMl.TensorShapeProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnnxMl.TensorShapeProto>
OnnxMl.TensorShapeProto.getParserForType()
static com.google.protobuf.Parser<OnnxMl.TensorShapeProto>
OnnxMl.TensorShapeProto.parser()
Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.mergeFrom
(OnnxMl.TensorShapeProto other) OnnxMl.TypeProto.SparseTensor.Builder.mergeShape
(OnnxMl.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.Tensor.Builder.mergeShape
(OnnxMl.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TensorShapeProto.newBuilder
(OnnxMl.TensorShapeProto prototype) OnnxMl.TypeProto.SparseTensor.Builder.setShape
(OnnxMl.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;
OnnxMl.TypeProto.Tensor.Builder.setShape
(OnnxMl.TensorShapeProto value) optional .onnx.TensorShapeProto shape = 2;