VariantTensorDataProto.Builder

clase final estática pública VariantTensorDataProto.Builder

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

Métodos públicos

VariantTensorDataProto.Builder
addAllTensors (Iterable <? extiende los valores de TensorProto >)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
VariantTensorDataProto.Builder
addTensors (índice int, valor de TensorProto )
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors ( TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (índice int, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (valor de TensorProto )
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder ()
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder (índice int)
 Tensors contained within objects being serialized.
VariantTensorDataProto
VariantTensorDataProto
VariantTensorDataProto.Builder
claro ()
VariantTensorDataProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
VariantTensorDataProto.Builder
clearMetadata ()
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariantTensorDataProto.Builder
clearTensors ()
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
clearTypeName ()
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
clonar ()
VariantTensorDataProto
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto
getTensors (índice int)
 Tensors contained within objects being serialized.
TensorProto.Builder
getTensorsBuilder (índice int)
 Tensors contained within objects being serialized.
Lista < TensorProto.Builder >
getTensorsBuilderList ()
 Tensors contained within objects being serialized.
En t
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista < TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (índice int)
 Tensors contained within objects being serialized.
Lista <? extiende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
Cuerda
getTypeName ()
 Name of the type of objects being serialized.
com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.
booleano final
VariantTensorDataProto.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.Message otro)
final VariantTensorDataProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
VariantTensorDataProto.Builder
removeTensors (índice int)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
VariantTensorDataProto.Builder
setMetadata (valor de com.google.protobuf.ByteString)
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
VariantTensorDataProto.Builder
setTensors (índice int, valor de TensorProto )
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTensors (índice int, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTypeName (valor de cadena)
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
setTypeNameBytes (valor de com.google.protobuf.ByteString)
 Name of the type of objects being serialized.
final VariantTensorDataProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public VariantTensorDataProto.Builder addAllTensors (Iterable <? extiende los valores de TensorProto >)

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

public VariantTensorDataProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public VariantTensorDataProto.Builder addTensors (índice int, valor de 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 (índice int, TensorProto.Builder builderForValue)

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

public VariantTensorDataProto.Builder addTensors (valor de 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 (índice int)

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

public VariantTensorDataProto build ()

public VariantTensorDataProto buildPartial ()

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

public VariantTensorDataProto.Builder clearMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 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;

public VariantTensorDataProto getDefaultInstanceForType ()

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

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

public com.google.protobuf.ByteString getMetadata ()

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

public TensorProto getTensors (índice int)

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

public TensorProto.Builder getTensorsBuilder (índice int)

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

Lista pública < 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;

Lista pública < TensorProto > getTensorsList ()

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

public TensorProtoOrBuilder getTensorsOrBuilder (índice int)

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

Lista pública <? extiende TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

public String getTypeName ()

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

public com.google.protobuf.ByteString getTypeNameBytes ()

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

public final boolean isInitialized ()

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

Lanza
IOException

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

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

public VariantTensorDataProto.Builder removeTensors (índice int)

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

public VariantTensorDataProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public VariantTensorDataProto.Builder setMetadata (valor de com.google.protobuf.ByteString)

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

public VariantTensorDataProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public VariantTensorDataProto.Builder setTensors (índice int, valor de TensorProto )

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

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

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

public VariantTensorDataProto.Builder setTypeName (valor de cadena)

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

public VariantTensorDataProto.Builder setTypeNameBytes (valor de com.google.protobuf.ByteString)

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

público final VariantTensorDataProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)