Uses of Class
org.tensorflow.framework.AllocationRecord.Builder
Packages that use AllocationRecord.Builder
-
Uses of AllocationRecord.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return AllocationRecord.BuilderModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.addAllocationRecordsBuilder()The allocation and deallocation timeline.AllocatorMemoryUsed.Builder.addAllocationRecordsBuilder(int index) The allocation and deallocation timeline.AllocationRecord.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllocationRecord.Builder.clear()AllocationRecord.Builder.clearAllocBytes()Number of bytes allocated, or de-allocated if negative.AllocationRecord.Builder.clearAllocMicros()The timestamp of the operation.AllocationRecord.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AllocationRecord.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AllocationRecord.Builder.clone()AllocatorMemoryUsed.Builder.getAllocationRecordsBuilder(int index) The allocation and deallocation timeline.AllocationRecord.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AllocationRecord.Builder.mergeFrom(com.google.protobuf.Message other) AllocationRecord.Builder.mergeFrom(AllocationRecord other) final AllocationRecord.BuilderAllocationRecord.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AllocationRecord.BuilderAllocationRecord.newBuilder()static AllocationRecord.BuilderAllocationRecord.newBuilder(AllocationRecord prototype) AllocationRecord.newBuilderForType()protected AllocationRecord.BuilderAllocationRecord.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AllocationRecord.Builder.setAllocBytes(long value) Number of bytes allocated, or de-allocated if negative.AllocationRecord.Builder.setAllocMicros(long value) The timestamp of the operation.AllocationRecord.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllocationRecord.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final AllocationRecord.BuilderAllocationRecord.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AllocationRecord.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type AllocationRecord.BuilderModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.getAllocationRecordsBuilderList()The allocation and deallocation timeline.Methods in org.tensorflow.framework with parameters of type AllocationRecord.BuilderModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.addAllocationRecords(int index, AllocationRecord.Builder builderForValue) The allocation and deallocation timeline.AllocatorMemoryUsed.Builder.addAllocationRecords(AllocationRecord.Builder builderForValue) The allocation and deallocation timeline.AllocatorMemoryUsed.Builder.setAllocationRecords(int index, AllocationRecord.Builder builderForValue) The allocation and deallocation timeline.