Home
last modified time | relevance | path

Searched refs:GetDataCache (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/lazy/core/
Dlazy_graph_executor.h252 DataCache* GetDataCache(const BackendDevice& device);
Dlazy_graph_executor.cpp291 DataCacheArena::DataCache* cache = Get()->GetDataCache(device); in GetDeviceData()
331 auto LazyGraphExecutor::DataCacheArena::GetDataCache( in GetDataCache() function in torch::lazy::LazyGraphExecutor::DataCacheArena