Uses of Class
org.tensorflow.framework.AllocationRecord
Packages that use AllocationRecord
-
Uses of AllocationRecord in org.tensorflow.framework
Methods in org.tensorflow.framework that return AllocationRecordModifier and TypeMethodDescriptionAllocationRecord.Builder.build()AllocationRecord.Builder.buildPartial()AllocatorMemoryUsed.Builder.getAllocationRecords(int index) The allocation and deallocation timeline.AllocatorMemoryUsed.getAllocationRecords(int index) The allocation and deallocation timeline.AllocatorMemoryUsedOrBuilder.getAllocationRecords(int index) The allocation and deallocation timeline.static AllocationRecordAllocationRecord.getDefaultInstance()AllocationRecord.Builder.getDefaultInstanceForType()AllocationRecord.getDefaultInstanceForType()static AllocationRecordAllocationRecord.parseDelimitedFrom(InputStream input) static AllocationRecordAllocationRecord.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationRecordAllocationRecord.parseFrom(byte[] data) static AllocationRecordAllocationRecord.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationRecordAllocationRecord.parseFrom(com.google.protobuf.ByteString data) static AllocationRecordAllocationRecord.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationRecordAllocationRecord.parseFrom(com.google.protobuf.CodedInputStream input) static AllocationRecordAllocationRecord.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationRecordAllocationRecord.parseFrom(InputStream input) static AllocationRecordAllocationRecord.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationRecordAllocationRecord.parseFrom(ByteBuffer data) static AllocationRecordAllocationRecord.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type AllocationRecordModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.getAllocationRecordsList()The allocation and deallocation timeline.AllocatorMemoryUsed.getAllocationRecordsList()The allocation and deallocation timeline.AllocatorMemoryUsedOrBuilder.getAllocationRecordsList()The allocation and deallocation timeline.com.google.protobuf.Parser<AllocationRecord> AllocationRecord.getParserForType()static com.google.protobuf.Parser<AllocationRecord> AllocationRecord.parser()Methods in org.tensorflow.framework with parameters of type AllocationRecordModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.addAllocationRecords(int index, AllocationRecord value) The allocation and deallocation timeline.AllocatorMemoryUsed.Builder.addAllocationRecords(AllocationRecord value) The allocation and deallocation timeline.AllocationRecord.Builder.mergeFrom(AllocationRecord other) static AllocationRecord.BuilderAllocationRecord.newBuilder(AllocationRecord prototype) AllocatorMemoryUsed.Builder.setAllocationRecords(int index, AllocationRecord value) The allocation and deallocation timeline.Method parameters in org.tensorflow.framework with type arguments of type AllocationRecordModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.addAllAllocationRecords(Iterable<? extends AllocationRecord> values) The allocation and deallocation timeline.