VariantTensorDataProto.Builder

classe finale statica pubblica VariantTensorDataProto.Builder

 Protocol buffer representing the serialization format of DT_VARIANT tensors.
 
Tipo protobuf tensorflow.VariantTensorDataProto

Metodi pubblici

VariantTensorDataProto.Builder
addAllTensors (Iterable<? estende TensorProto > valori)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
VariantTensorDataProto.Builder
addTensors (indice int, valore TensorProto )
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors ( TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (indice int, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (valore TensorProto )
 Tensors contained within objects being serialized.
TensorProto.Builder
aggiungiTensorsBuilder ()
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder (indice int)
 Tensors contained within objects being serialized.
VariantTensorDataProto
VariantTensorDataProto
VariantTensorDataProto.Builder
chiaro ()
VariantTensorDataProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
VariantTensorDataProto.Builder
clearMetadati ()
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariantTensorDataProto.Builder
clearTensori ()
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
clearTypeName ()
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
clone ()
VariantTensorDataProto
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getMetadati ()
 Portions of the object that are not Tensors.
TensoreProto
getTensors (indice int)
 Tensors contained within objects being serialized.
TensorProto.Builder
getTensorsBuilder (indice int)
 Tensors contained within objects being serialized.
Elenco< TensorProto.Builder >
getTensorsBuilderList ()
 Tensors contained within objects being serialized.
int
getTensorsCount ()
 Tensors contained within objects being serialized.
Elenco< TensorProto >
getListaTensori ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (indice int)
 Tensors contained within objects being serialized.
Elenco<? estende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
Corda
getNomeTipo ()
 Name of the type of objects being serialized.
com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.
booleano finale
VariantTensorDataProto.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.Message altro)
finale VariantTensorDataProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
VariantTensorDataProto.Builder
rimuovi Tensori (indice int)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
VariantTensorDataProto.Builder
setMetadata (valore com.google.protobuf.ByteString)
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
VariantTensorDataProto.Builder
setTensors (indice int, valore TensorProto )
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTensors (indice int, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTypeName (valore stringa)
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
setTypeNameBytes (valore com.google.protobuf.ByteString)
 Name of the type of objects being serialized.
finale VariantTensorDataProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public VariantTensorDataProto.Builder addAllTensors (Iterable<? estende TensorProto > valori)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

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

public VariantTensorDataProto.Builder addTensors (indice int, valore TensorProto )

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors ( TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors (indice int, TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder addTensors (valore TensorProto )

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder addTensorsBuilder ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder addTensorsBuilder (indice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

build pubblica VariantTensorDataProto ()

public VariantTensorDataProto buildPartial ()

public VariantTensorDataProto.Builder cancella ()

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

public VariantTensorDataProto.Builder clearMetadata ()

bytes metadata = 2;

 Portions of the object that are not Tensors.
 
byte = 2;

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

public VariantTensorDataProto.Builder clearTensors ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder clearTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

clone pubblico VariantTensorDataProto.Builder ()

public VariantTensorDataProto getDefaultInstanceForType ()

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

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

pubblico com.google.protobuf.ByteString getMetadata ()

bytes metadata = 2;

 Portions of the object that are not Tensors.
 
byte = 2;

public TensorProto getTensors (indice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProto.Builder getTensorsBuilder (indice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

Elenco pubblico< TensorProto.Builder > getTensorsBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public int getTensorsCount ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

Elenco pubblico< TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProtoOrBuilder getTensorsOrBuilder (indice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

Elenco pubblico<? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

stringa pubblica getTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

pubblico com.google.protobuf.ByteString getTypeNameBytes ()

 Name of the type of objects being serialized.
 
string type_name = 1;

public final booleano isInitialized ()

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

Lancia
IOException

public VariantTensorDataProto.Builder mergeFrom (com.google.protobuf.Message altro)

public final VariantTensorDataProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public VariantTensorDataProto.Builder rimuoviTensors (indice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

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

public VariantTensorDataProto.Builder setMetadata (valore com.google.protobuf.ByteString)

bytes metadata = 2;

 Portions of the object that are not Tensors.
 
byte = 2;

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

public VariantTensorDataProto.Builder setTensors (indice int, valore TensorProto )

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder setTensors (indice int, TensorProto.Builder builderForValue)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public VariantTensorDataProto.Builder setTypeName (valore stringa)

 Name of the type of objects being serialized.
 
string type_name = 1;

public VariantTensorDataProto.Builder setTypeNameBytes (valore com.google.protobuf.ByteString)

 Name of the type of objects being serialized.
 
string type_name = 1;

pubblico finale VariantTensorDataProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)