TensorShapeProto.DimOrBuilder

interfaccia statica pubblica TensorShapeProto.DimOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getNome ()
 Optional name of the tensor dimension.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Optional name of the tensor dimension.
astratto lungo
ottienidimensione ()
 Size of the tensor in that dimension.

Metodi pubblici

stringa astratta pubblica getName ()

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

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

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

public abstract lungo 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;