Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp230 DictionaryAttr emptyDictionaryAttr; member in mlir::MLIRContextImpl
312 impl->emptyDictionaryAttr = DictionaryAttr::getEmptyUnchecked(this); in MLIRContext()
919 return context->getImpl().emptyDictionaryAttr; in getEmpty()