Uses of Interface
org.tensorflow.framework.AllocationRecordOrBuilder
-
Packages that use AllocationRecordOrBuilder Package Description org.tensorflow.framework -
-
Uses of AllocationRecordOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement AllocationRecordOrBuilder Modifier and Type Class Description classAllocationRecordAn allocation/de-allocation operation performed by the allocator.static classAllocationRecord.BuilderAn allocation/de-allocation operation performed by the allocator.Methods in org.tensorflow.framework that return AllocationRecordOrBuilder Modifier and Type Method Description AllocationRecordOrBuilderAllocatorMemoryUsed.Builder. getAllocationRecordsOrBuilder(int index)The allocation and deallocation timeline.AllocationRecordOrBuilderAllocatorMemoryUsed. getAllocationRecordsOrBuilder(int index)The allocation and deallocation timeline.AllocationRecordOrBuilderAllocatorMemoryUsedOrBuilder. getAllocationRecordsOrBuilder(int index)The allocation and deallocation timeline.Methods in org.tensorflow.framework that return types with arguments of type AllocationRecordOrBuilder Modifier and Type Method Description List<? extends AllocationRecordOrBuilder>AllocatorMemoryUsed.Builder. getAllocationRecordsOrBuilderList()The allocation and deallocation timeline.List<? extends AllocationRecordOrBuilder>AllocatorMemoryUsed. getAllocationRecordsOrBuilderList()The allocation and deallocation timeline.List<? extends AllocationRecordOrBuilder>AllocatorMemoryUsedOrBuilder. getAllocationRecordsOrBuilderList()The allocation and deallocation timeline.
-