Uses of Class
org.tensorflow.proto.MemoryLogRawAllocation.Builder
Packages that use MemoryLogRawAllocation.Builder
-
Uses of MemoryLogRawAllocation.Builder in org.tensorflow.proto
Subclasses with type arguments of type MemoryLogRawAllocation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.MemoryLogRawAllocationMethods in org.tensorflow.proto that return MemoryLogRawAllocation.BuilderModifier and TypeMethodDescriptionMemoryLogRawAllocation.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) MemoryLogRawAllocation.Builder.clear()MemoryLogRawAllocation.Builder.clearAllocationId()Id of the tensor buffer being allocated, used to match to a corresponding deallocation.MemoryLogRawAllocation.Builder.clearAllocatorName()Name of the allocator used.MemoryLogRawAllocation.Builder.clearField(Descriptors.FieldDescriptor field) MemoryLogRawAllocation.Builder.clearNumBytes()Number of bytes in the allocation.MemoryLogRawAllocation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) MemoryLogRawAllocation.Builder.clearOperation()Name of the operation making the allocation.MemoryLogRawAllocation.Builder.clearPtr()Address of the allocation.MemoryLogRawAllocation.Builder.clearStepId()Process-unique step id.MemoryLogRawAllocation.Builder.clone()MemoryLogRawAllocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogRawAllocation.Builder.mergeFrom(MemoryLogRawAllocation other) MemoryLogRawAllocation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) MemoryLogRawAllocation.newBuilder()MemoryLogRawAllocation.newBuilder(MemoryLogRawAllocation prototype) MemoryLogRawAllocation.newBuilderForType()protected MemoryLogRawAllocation.BuilderMemoryLogRawAllocation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) MemoryLogRawAllocation.Builder.setAllocationId(long value) Id of the tensor buffer being allocated, used to match to a corresponding deallocation.MemoryLogRawAllocation.Builder.setAllocatorName(String value) Name of the allocator used.MemoryLogRawAllocation.Builder.setAllocatorNameBytes(ByteString value) Name of the allocator used.MemoryLogRawAllocation.Builder.setField(Descriptors.FieldDescriptor field, Object value) MemoryLogRawAllocation.Builder.setNumBytes(long value) Number of bytes in the allocation.MemoryLogRawAllocation.Builder.setOperation(String value) Name of the operation making the allocation.MemoryLogRawAllocation.Builder.setOperationBytes(ByteString value) Name of the operation making the allocation.MemoryLogRawAllocation.Builder.setPtr(long value) Address of the allocation.MemoryLogRawAllocation.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) MemoryLogRawAllocation.Builder.setStepId(long value) Process-unique step id.MemoryLogRawAllocation.Builder.setUnknownFields(UnknownFieldSet unknownFields) MemoryLogRawAllocation.toBuilder()