TensorShapeProto.Dim.Builder

clase final estática pública TensorShapeProto.Dim.Builder

 One dimension of the tensor.
 
Protobuf tipo tensorflow.TensorShapeProto.Dim

Métodos públicos

TensorShapeProto.Dim.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorShapeProto.Dim
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
claro ()
TensorShapeProto.Dim.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorShapeProto.Dim.Builder
borrar nombre ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
TensorShapeProto.Dim.Builder
borrarTamaño ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
clonar ()
TensorShapeProto.Dim
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
obtenerNombre ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNombreBytes ()
 Optional name of the tensor dimension.
largo
obtenerTamaño ()
 Size of the tensor in that dimension.
booleano final
TensorShapeProto.Dim.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorShapeProto.Dim.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
TensorShapeProto.Dim.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorShapeProto.Dim.Builder
setName (valor de cadena)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setNameBytes (valor com.google.protobuf.ByteString)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorShapeProto.Dim.Builder
setSize (valor largo)
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público TensorShapeProto.Dim.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública TensorShapeProto.Dim ()

público TensorShapeProto.Dim buildPartial ()

público TensorShapeProto.Dim.Builder claro ()

público TensorShapeProto.Dim.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público TensorShapeProto.Dim.Builder clearName ()

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

público TensorShapeProto.Dim.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público TensorShapeProto.Dim.Builder clearSize ()

 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;

público TensorShapeProto.Dim getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

cadena pública getName ()

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

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

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

público largo 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;

público final booleano isInitialized ()

público TensorShapeProto.Dim.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.Message otro)

público final TensorShapeProto.Dim.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público TensorShapeProto.Dim.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público TensorShapeProto.Dim.Builder setName (valor de cadena)

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

público TensorShapeProto.Dim.Builder setNameBytes (valor com.google.protobuf.ByteString)

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

público TensorShapeProto.Dim.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público TensorShapeProto.Dim.Builder setSize (valor largo)

 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;

público final TensorShapeProto.Dim.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)