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.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.clearNumBytes()Number of bytes in the allocation.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.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogRawAllocation.Builder.mergeFrom(MemoryLogRawAllocation other) MemoryLogRawAllocation.newBuilder()MemoryLogRawAllocation.newBuilder(MemoryLogRawAllocation prototype) MemoryLogRawAllocation.newBuilderForType()protected MemoryLogRawAllocation.BuilderMemoryLogRawAllocation.newBuilderForType(AbstractMessage.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.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.setStepId(long value) Process-unique step id.MemoryLogRawAllocation.toBuilder()