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 | buildPartial () |
| 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 | |
| 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 | |
| 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 | |
| TensorDescription.Builder | |
| 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.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 clearShape ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2;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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getDtypeValue ()
Data type of tensor elements
.tensorflow.DataType dtype = 1;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 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;