TensorShapeProto.DimOrBuilder

genel statik arayüz TensorShapeProto.DimOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getName ()
 Optional name of the tensor dimension.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
soyut uzun
getSize ()
 Size of the tensor in that dimension.

Genel Yöntemler

genel özet Dize getName ()

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

genel özet com.google.protobuf.ByteString getNameBytes ()

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

genel özet uzun 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;