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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) TensorDescription.Builder.clear()TensorDescription.Builder.clearAllocationDescription()Information about the size and allocator used for the dataTensorDescription.Builder.clearDtype()Data type of tensor elementsTensorDescription.Builder.clearField(Descriptors.FieldDescriptor field) TensorDescription.Builder.clearOneof(Descriptors.OneofDescriptor oneof) TensorDescription.Builder.clearShape()Shape of the tensor.TensorDescription.Builder.clone()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.TensorDescription.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static TensorDescription.BuilderTensorDescription.newBuilder()static TensorDescription.BuilderTensorDescription.newBuilder(TensorDescription prototype) TensorDescription.newBuilderForType()protected TensorDescription.BuilderTensorDescription.newBuilderForType(GeneratedMessageV3.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.setField(Descriptors.FieldDescriptor field, Object value) TensorDescription.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) TensorDescription.Builder.setShape(TensorShapeProto value) Shape of the tensor.TensorDescription.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensor.TensorDescription.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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;