TensorShapeProto.DimOrBuilder

ממשק סטטי ציבורי TensorShapeProto.DimOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מחרוזת מופשטת
getName ()
 Optional name of the tensor dimension.
תקציר com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
מופשט ארוך
getSize ()
 Size of the tensor in that dimension.

שיטות ציבוריות

תקציר ציבורי מחרוזת getName ()

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

תקציר ציבורי com.google.protobuf.ByteString getNameBytes ()

string name = 2;

 Optional name of the tensor dimension.
 
= 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;