TensorShapeProto.DimOrBuilder

interfaz estática pública TensorShapeProto.DimOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtenerNombre ()
 Optional name of the tensor dimension.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 Optional name of the tensor dimension.
abstracto largo
obtenerTamaño ()
 Size of the tensor in that dimension.

Métodos públicos

Cadena abstracta pública getName ()

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

resumen público com.google.protobuf.ByteString getNameBytes ()

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

getSize largo abstracto público ()

 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;