VariantTensorDataProto.Builder

classe final pública estática VariantTensorDataProto.Builder

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

Métodos Públicos

VariantTensorDataProto.Builder
addAllTensors (valores Iterable <? extends TensorProto >)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
VariantTensorDataProto.Builder
addTensors (int index, TensorProto value)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors ( TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (int index, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
addTensors (valor TensorProto )
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder ()
 Tensors contained within objects being serialized.
TensorProto.Builder
addTensorsBuilder (índice interno )
 Tensors contained within objects being serialized.
VariantTensorDataProto
build ()
VariantTensorDataProto
VariantTensorDataProto.Builder
limpar ()
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
clone ()
VariantTensorDataProto
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto
getTensors (int index)
 Tensors contained within objects being serialized.
TensorProto.Builder
getTensorsBuilder (índice interno )
 Tensors contained within objects being serialized.
List < TensorProto.Builder >
getTensorsBuilderList ()
 Tensors contained within objects being serialized.
int
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista < TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (índice interno )
 Tensors contained within objects being serialized.
Lista <? estende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
Fragmento
getTypeName ()
 Name of the type of objects being serialized.
com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.
final booleano
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto.Builder
mergeFrom (com.google.protobuf.Message other)
final VariantTensorDataProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
VariantTensorDataProto.Builder
removeTensors (índice interno )
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
VariantTensorDataProto.Builder
setMetadata (com.google.protobuf.ByteString value)
 Portions of the object that are not Tensors.
VariantTensorDataProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
VariantTensorDataProto.Builder
setTensors (int index, TensorProto value)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTensors (int index, TensorProto.Builder builderForValue)
 Tensors contained within objects being serialized.
VariantTensorDataProto.Builder
setTypeName (valor String)
 Name of the type of objects being serialized.
VariantTensorDataProto.Builder
setTypeNameBytes (com.google.protobuf.ByteString value)
 Name of the type of objects being serialized.
final VariantTensorDataProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public VariantTensorDataProto.Builder addAllTensors (Iterable <? extends TensorProto > valores)

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

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

public VariantTensorDataProto.Builder addTensors (int index, TensorProto value)

 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 (int index, TensorProto.Builder builderForValue)

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

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

public static 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 (int index)

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

public TensorProto.Builder getTensorsBuilder (índice interno )

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

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

public List < 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 <? estende 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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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 do objeto)

public VariantTensorDataProto.Builder setMetadata (valor 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 do objeto)

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

 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 (String value)

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

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

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

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