public static interface OnnxMl.TensorShapeProto.DimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDenotation()
Standard denotation can optionally be used to denote tensor
dimensions with standard semantic descriptions to ensure
that operations are applied to the correct axis of a tensor.
|
com.google.protobuf.ByteString |
getDenotationBytes()
Standard denotation can optionally be used to denote tensor
dimensions with standard semantic descriptions to ensure
that operations are applied to the correct axis of a tensor.
|
java.lang.String |
getDimParam()
namespace Shape
|
com.google.protobuf.ByteString |
getDimParamBytes()
namespace Shape
|
long |
getDimValue()
int64 dim_value = 1; |
OnnxMl.TensorShapeProto.Dimension.ValueCase |
getValueCase() |
boolean |
hasDenotation()
Standard denotation can optionally be used to denote tensor
dimensions with standard semantic descriptions to ensure
that operations are applied to the correct axis of a tensor.
|
boolean |
hasDimParam()
namespace Shape
|
boolean |
hasDimValue()
int64 dim_value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDimValue()
int64 dim_value = 1;long getDimValue()
int64 dim_value = 1;boolean hasDimParam()
namespace Shape
string dim_param = 2;java.lang.String getDimParam()
namespace Shape
string dim_param = 2;com.google.protobuf.ByteString getDimParamBytes()
namespace Shape
string dim_param = 2;boolean hasDenotation()
Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor. Refer to https://github.com/onnx/onnx/blob/master/docs/DimensionDenotation.md#denotation-definition for pre-defined dimension denotations.
optional string denotation = 3;java.lang.String getDenotation()
Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor. Refer to https://github.com/onnx/onnx/blob/master/docs/DimensionDenotation.md#denotation-definition for pre-defined dimension denotations.
optional string denotation = 3;com.google.protobuf.ByteString getDenotationBytes()
Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor. Refer to https://github.com/onnx/onnx/blob/master/docs/DimensionDenotation.md#denotation-definition for pre-defined dimension denotations.
optional string denotation = 3;OnnxMl.TensorShapeProto.Dimension.ValueCase getValueCase()