TensorShapeProto.Dim.Builder

classe finale statica pubblica TensorShapeProto.Dim.Builder

 One dimension of the tensor.
 
Tipo protobuf tensorflow.TensorShapeProto.Dim

Metodi pubblici

TensorShapeProto.Dim.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
TensorShapeProto.Dim
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
chiaro ()
TensorShapeProto.Dim.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorShapeProto.Dim.Builder
nomechiaro ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorShapeProto.Dim.Builder
cancellaDimensione ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
clone ()
TensorShapeProto.Dim
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNomeBytes ()
 Optional name of the tensor dimension.
lungo
ottienidimensione ()
 Size of the tensor in that dimension.
booleano finale
TensorShapeProto.Dim.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.Message altro)
finale TensorShapeProto.Dim.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
TensorShapeProto.Dim.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
TensorShapeProto.Dim.Builder
setName (valore stringa)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setNameBytes (valore com.google.protobuf.ByteString)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
TensorShapeProto.Dim.Builder
setSize (valore lungo)
 Size of the tensor in that dimension.
finale TensorShapeProto.Dim.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public TensorShapeProto.Dim.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

pubblica TensorShapeProto.Dim build ()

public TensorShapeProto.Dim buildPartial ()

pubblico TensorShapeProto.Dim.Builder chiaro ()

public TensorShapeProto.Dim.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public TensorShapeProto.Dim.Builder clearName ()

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

public TensorShapeProto.Dim.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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

pubblico TensorShapeProto.Dim getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

stringa pubblica getName ()

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

pubblico com.google.protobuf.ByteString getNameBytes ()

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

pubblico 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;

public final booleano isInitialized ()

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

Lancia
IOException

public TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.Message altro)

pubblico finale TensorShapeProto.Dim.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public TensorShapeProto.Dim.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public TensorShapeProto.Dim.Builder setName (valore stringa)

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

pubblico TensorShapeProto.Dim.Builder setNameBytes (valore com.google.protobuf.ByteString)

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

public TensorShapeProto.Dim.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public TensorShapeProto.Dim.Builder setSize (valore lungo)

 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;

pubblico finale TensorShapeProto.Dim.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)