public static interface OnnxMl.TypeProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDenotation()
An optional denotation can be used to denote the whole
type with a standard semantic description as to what is
stored inside.
|
com.google.protobuf.ByteString |
getDenotationBytes()
An optional denotation can be used to denote the whole
type with a standard semantic description as to what is
stored inside.
|
OnnxMl.TypeProto.Map |
getMapType()
The type of a map.
|
OnnxMl.TypeProto.MapOrBuilder |
getMapTypeOrBuilder()
The type of a map.
|
OnnxMl.TypeProto.Opaque |
getOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7; |
OnnxMl.TypeProto.OpaqueOrBuilder |
getOpaqueTypeOrBuilder()
.onnx.TypeProto.Opaque opaque_type = 7; |
OnnxMl.TypeProto.Sequence |
getSequenceType()
The type of a sequence.
|
OnnxMl.TypeProto.SequenceOrBuilder |
getSequenceTypeOrBuilder()
The type of a sequence.
|
OnnxMl.TypeProto.SparseTensor |
getSparseTensorType()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8; |
OnnxMl.TypeProto.SparseTensorOrBuilder |
getSparseTensorTypeOrBuilder()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8; |
OnnxMl.TypeProto.Tensor |
getTensorType()
The type of a tensor.
|
OnnxMl.TypeProto.TensorOrBuilder |
getTensorTypeOrBuilder()
The type of a tensor.
|
OnnxMl.TypeProto.ValueCase |
getValueCase() |
boolean |
hasDenotation()
An optional denotation can be used to denote the whole
type with a standard semantic description as to what is
stored inside.
|
boolean |
hasMapType()
The type of a map.
|
boolean |
hasOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7; |
boolean |
hasSequenceType()
The type of a sequence.
|
boolean |
hasSparseTensorType()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8; |
boolean |
hasTensorType()
The type of a tensor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;OnnxMl.TypeProto.Tensor getTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;OnnxMl.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;boolean hasSequenceType()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;OnnxMl.TypeProto.Sequence getSequenceType()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;OnnxMl.TypeProto.SequenceOrBuilder getSequenceTypeOrBuilder()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;boolean hasMapType()
The type of a map.
.onnx.TypeProto.Map map_type = 5;OnnxMl.TypeProto.Map getMapType()
The type of a map.
.onnx.TypeProto.Map map_type = 5;OnnxMl.TypeProto.MapOrBuilder getMapTypeOrBuilder()
The type of a map.
.onnx.TypeProto.Map map_type = 5;boolean hasSparseTensorType()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;OnnxMl.TypeProto.SparseTensor getSparseTensorType()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;OnnxMl.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;boolean hasOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;OnnxMl.TypeProto.Opaque getOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;OnnxMl.TypeProto.OpaqueOrBuilder getOpaqueTypeOrBuilder()
.onnx.TypeProto.Opaque opaque_type = 7;boolean hasDenotation()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition for pre-defined type denotations.
optional string denotation = 6;java.lang.String getDenotation()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition for pre-defined type denotations.
optional string denotation = 6;com.google.protobuf.ByteString getDenotationBytes()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside. Refer to https://github.com/onnx/onnx/blob/master/docs/TypeDenotation.md#type-denotation-definition for pre-defined type denotations.
optional string denotation = 6;OnnxMl.TypeProto.ValueCase getValueCase()