TensorMetadata.Builder

classe final pública estática TensorMetadata.Builder

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

Métodos Públicos

TensorMetadata.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorMetadata
build ()
TensorMetadata
TensorMetadata.Builder
limpar ()
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
clone ()
TensorMetadata
final static com.google.protobuf.Descriptors.Descriptor
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;
longo
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
boleano
hasTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
final booleano
TensorMetadata.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorMetadata.Builder
mergeFrom (com.google.protobuf.Message other)
TensorMetadata.Builder
mergeTensorShape (valor 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 do objeto)
TensorMetadata.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TensorMetadata.Builder
setTensorShape (valor TensorShapeProto )
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder
setTensorShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorMetadata.Builder
setTensorSizeBytes (valor longo)
 Number of uncompressed bytes used to store the tensor representation.
TensorMetadata.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

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

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

clone public TensorMetadata.Builder ()

public TensorMetadata getDefaultInstanceForType ()

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

Lança
IOException

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

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

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

public TensorMetadata.Builder setTensorShape (valor TensorShapeProto )

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorMetadata.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorMetadata.Builder setTensorSizeBytes (valor longo)

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

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