TensorShapeProto.DimOrBuilder

सार्वजनिक स्थैतिक इंटरफ़ेस TensorShapeProto.DimOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
नाम प्राप्त करें ()
 Optional name of the tensor dimension.
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 Optional name of the tensor dimension.
अमूर्त लंबा
आकार प्राप्त करें ()
 Size of the tensor in that dimension.

सार्वजनिक तरीके

सार्वजनिक सार स्ट्रिंग getName ()

 Optional name of the tensor dimension.
 
string name = 2;

सार्वजनिक सार com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

सार्वजनिक सार लंबा getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;