Package | Description |
---|---|
org.apache.sysds.runtime.lineage |
Modifier and Type | Method and Description |
---|---|
static LineageCacheEntry |
LineageCache.getEntry(LineageItem key) |
static LineageCacheEntry |
LineageGPUCacheEviction.peekFirstEntry() |
static LineageCacheEntry |
LineageGPUCacheEviction.pollFirstEntry() |
Modifier and Type | Method and Description |
---|---|
static Map<LineageItem,LineageCacheEntry> |
LineageCache.getLineageCache() |
Modifier and Type | Method and Description |
---|---|
static void |
LineageGPUCacheEviction.copyToHostCache(LineageCacheEntry entry,
String instName,
boolean alreadyCopied) |
static void |
LineageGPUCacheEviction.removeEntry(LineageCacheEntry e) |
Modifier and Type | Method and Description |
---|---|
static void |
LineageGPUCacheEviction.addEntryList(List<LineageCacheEntry> entryList) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.