public static interface FixedShape.DimOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Optional name of the tensor dimension.
|
com.google.protobuf.ByteString |
getNameBytes()
Optional name of the tensor dimension.
|
long |
getSize()
optional int64 size = 1; |
boolean |
hasName()
Optional name of the tensor dimension.
|
boolean |
hasSize()
optional int64 size = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSize()
optional int64 size = 1;long getSize()
optional int64 size = 1;boolean hasName()
Optional name of the tensor dimension.
optional string name = 2;String getName()
Optional name of the tensor dimension.
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Optional name of the tensor dimension.
optional string name = 2;Copyright © 2020 Gojek. All rights reserved.