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