TensorShapeProto.Dim.Builder

classe 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 do objeto)
TensorShapeProto.Dim
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
claro ()
TensorShapeProto.Dim.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorShapeProto.Dim.Builder
limparNome ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
TensorShapeProto.Dim.Builder
limparSize ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
clonar ()
TensorShapeProto.Dim
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNomeBytes ()
 Optional name of the tensor dimension.
longo
getSize ()
 Size of the tensor in that dimension.
booleano final
TensorShapeProto.Dim.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.Message outro)
TensorShapeProto.Dim.Builder final
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
TensorShapeProto.Dim.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorShapeProto.Dim.Builder
setName (valor da string)
 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 do objeto)
TensorShapeProto.Dim.Builder
setSize (valor longo)
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

public TensorShapeProto.Dim.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação TensorShapeProto.Dim pública ()

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;

clone público TensorShapeProto.Dim.Builder ()

público TensorShapeProto.Dim getDefaultInstanceForType ()

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

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

String pública getNome ()

 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;

getSize longo 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;

público final booleano isInitialized ()

public TensorShapeProto.Dim.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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

public TensorShapeProto.Dim.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

público TensorShapeProto.Dim.Builder setName (valor da string)

 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;

public TensorShapeProto.Dim.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

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

 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;

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