TensorShapeProto.DimOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ TensorShapeProto.DimOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
รับชื่อ ()
 Optional name of the tensor dimension.
นามธรรม com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
ยาวเป็นนามธรรม
รับขนาด ()
 Size of the tensor in that dimension.

วิธีการสาธารณะ

สตริงนามธรรมสาธารณะ getName ()

string name = 2;

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