Uses of Class
org.tensorflow.proto.TensorDescription.Builder
Packages that use TensorDescription.Builder
-
Uses of TensorDescription.Builder in org.tensorflow.proto
Subclasses with type arguments of type TensorDescription.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.TensorDescriptionMethods in org.tensorflow.proto that return TensorDescription.BuilderModifier and TypeMethodDescriptionTensorDescription.Builder.clear()TensorDescription.Builder.clearAllocationDescription()Information about the size and allocator used for the dataTensorDescription.Builder.clearDtype()Data type of tensor elementsTensorDescription.Builder.clearShape()Shape of the tensor.MemoryLogTensorAllocation.Builder.getTensorBuilder()Allocated tensor details.MemoryLogTensorOutput.Builder.getTensorBuilder()Output tensor details.NodeOutput.Builder.getTensorDescriptionBuilder().tensorflow.TensorDescription tensor_description = 3;TensorDescription.Builder.mergeAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataTensorDescription.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) TensorDescription.Builder.mergeFrom(TensorDescription other) TensorDescription.Builder.mergeShape(TensorShapeProto value) Shape of the tensor.static TensorDescription.BuilderTensorDescription.newBuilder()static TensorDescription.BuilderTensorDescription.newBuilder(TensorDescription prototype) TensorDescription.newBuilderForType()protected TensorDescription.BuilderTensorDescription.newBuilderForType(AbstractMessage.BuilderParent parent) TensorDescription.Builder.setAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataTensorDescription.Builder.setAllocationDescription(AllocationDescription.Builder builderForValue) Information about the size and allocator used for the dataData type of tensor elementsTensorDescription.Builder.setDtypeValue(int value) Data type of tensor elementsTensorDescription.Builder.setShape(TensorShapeProto value) Shape of the tensor.TensorDescription.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensor.TensorDescription.toBuilder()Methods in org.tensorflow.proto with parameters of type TensorDescription.BuilderModifier and TypeMethodDescriptionMemoryLogTensorAllocation.Builder.setTensor(TensorDescription.Builder builderForValue) Allocated tensor details.MemoryLogTensorOutput.Builder.setTensor(TensorDescription.Builder builderForValue) Output tensor details.NodeOutput.Builder.setTensorDescription(TensorDescription.Builder builderForValue) .tensorflow.TensorDescription tensor_description = 3;