TensorMetadata.Builder

clase final estática pública TensorMetadata.Builder

 Metadata for a single tensor in the Snapshot Record.
 
Protobuf tipo tensorflow.data.experimental.TensorMetadata

Métodos públicos

TensorMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorMetadata
TensorMetadata
TensorMetadata.Builder
claro ()
TensorMetadata.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorMetadata.Builder
clearTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder
clearTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
TensorMetadata.Builder
clonar ()
TensorMetadata
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
TensorShapeProto
getTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProto.Builder
getTensorShapeBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
largo
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
booleano
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
booleano final
TensorMetadata.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorMetadata.Builder
mergeTensorShape (valor de TensorShapeProto )
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorMetadata.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorMetadata.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorMetadata.Builder
setTensorShape (valor de TensorShapeProto )
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder
setTensorShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder
setTensorSizeBytes (valor largo)
 Number of uncompressed bytes used to store the tensor representation.
TensorMetadata.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

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

pública TensorMetadata build ()

public TensorMetadata buildPartial ()

public TensorMetadata.Builder clear ()

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

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

public TensorMetadata.Builder clearTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorMetadata.Builder clearTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

clon público de TensorMetadata.Builder ()

public TensorMetadata getDefaultInstanceForType ()

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

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

public TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProto.Builder getTensorShapeBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public long getTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

public boolean hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

public final boolean isInitialized ()

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

Lanza
IOException

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

public TensorMetadata.Builder mergeTensorShape (valor de TensorShapeProto )

.tensorflow.TensorShapeProto tensor_shape = 2;

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

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

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

public TensorMetadata.Builder setTensorShape (valor de TensorShapeProto )

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorMetadata.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorMetadata.Builder setTensorSizeBytes (valor largo)

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

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