Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.cpp107 auto foundIt = rawOpViewClassMapCache.find(operationName); in lookupRawOpViewClass()
108 if (foundIt != rawOpViewClassMapCache.end()) { in lookupRawOpViewClass()
129 rawOpViewClassMapCache[operationName] = foundIt->second; in lookupRawOpViewClass()
140 rawOpViewClassMapCache.clear(); in clearImportCache()
H A DGlobals.h104 llvm::StringMap<pybind11::object> rawOpViewClassMapCache; variable