Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp54 DictionaryAttr attributeDict; in mlirInferTypeOpInterfaceInferReturnTypes() local
56 attributeDict = unwrap(attributes).cast<DictionaryAttr>(); in mlirInferTypeOpInterfaceInferReturnTypes()
73 unwrap(context), maybeLocation, unwrappedOperands, attributeDict, in mlirInferTypeOpInterfaceInferReturnTypes()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp214 MlirAttribute attributeDict = in inferReturnTypes() local
219 mlirOperands.data(), attributeDict, mlirRegions.size(), in inferReturnTypes()