TensorDescription.Builder

classe final estática pública TensorDescription.Builder

tensorflow.TensorDescription type tensorflow.TensorDescription

Métodos Públicos

TensorDescription.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorDescription
build ()
TensorDescription
TensorDescription.Builder
limpar ()
TensorDescription.Builder
clearAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription.Builder
clearDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
TensorDescription.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorDescription.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorDescription.Builder
clearShape ()
 Shape of the tensor.
TensorDescription.Builder
clone ()
AllocationDescription
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
AllocationDescription.Builder
getAllocationDescriptionBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
AllocationDescriptionOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Tipo de dados
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
TensorShapeProto
getShape ()
 Shape of the tensor.
TensorShapeProto.Builder
getShapeBuilder ()
 Shape of the tensor.
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
boleano
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
boleano
hasShape ()
 Shape of the tensor.
final booleano
TensorDescription.Builder
mergeAllocationDescription (valor AllocationDescription )
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription.Builder
mergeFrom (com.google.protobuf.Message other)
TensorDescription.Builder
mergeShape (valor TensorShapeProto )
 Shape of the tensor.
TensorDescription.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorDescription.Builder
setAllocationDescription (valor AllocationDescription )
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription.Builder
setAllocationDescription ( AllocationDescription.Builder builderForValue)
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription.Builder
setDtype (valor DataType )
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
TensorDescription.Builder
setDtypeValue (valor int)
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
TensorDescription.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorDescription.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TensorDescription.Builder
setShape (valor TensorShapeProto )
 Shape of the tensor.
TensorDescription.Builder
setShape ( TensorShapeProto.Builder builderForValue)
 Shape of the tensor.
TensorDescription.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

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

public TensorDescription build ()

public TensorDescription buildPartial ()

public TensorDescription.Builder clear ()

public TensorDescription.Builder clearAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public TensorDescription.Builder clearDtype ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

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

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

public TensorDescription.Builder clearShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

clone public TensorDescription.Builder ()

public AllocationDescription getAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public AllocationDescription.Builder getAllocationDescriptionBuilder ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public TensorDescription getDefaultInstanceForType ()

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

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

public DataType getDtype ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

public TensorShapeProto getShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

public boolean hasAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public boolean hasShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

public final boolean isInitialized ()

public TensorDescription.Builder mergeAllocationDescription (valor AllocationDescription )

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

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

Lança
IOException

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

public TensorDescription.Builder mergeShape (valor TensorShapeProto )

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

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

public TensorDescription.Builder setAllocationDescription (valor AllocationDescription )

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public TensorDescription.Builder setAllocationDescription ( AllocationDescription.Builder builderForValue)

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public TensorDescription.Builder setDtype (valor DataType )

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

public TensorDescription.Builder setDtypeValue (valor int)

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

public TensorDescription.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

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

public TensorDescription.Builder setShape (valor TensorShapeProto )

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

public TensorDescription.Builder setShape ( TensorShapeProto.Builder builderForValue)

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

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