Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DMainModule.cpp111 auto foundIt = rawOpViewClassMapCache.find(operationName); in lookupRawOpViewClass()
112 if (foundIt != rawOpViewClassMapCache.end()) { in lookupRawOpViewClass()
134 rawOpViewClassMapCache[operationName] = foundIt->second; in lookupRawOpViewClass()
147 rawOpViewClassMapCache.clear(); in clearImportCache()
DGlobals.h104 llvm::StringMap<pybind11::object> rawOpViewClassMapCache; variable