TensorShapeProto.DimOrBuilder

publiczny interfejs statyczny TensorShapeProto.DimOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz nazwę ()
 Optional name of the tensor dimension.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
abstrakcyjne, długie
pobierzRozmiar ()
 Size of the tensor in that dimension.

Metody publiczne

publiczna abstrakcja String getName ()

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

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

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

publiczne streszczenie długie 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;