Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp367 llvm::Optional<PyAttribute> &encodingAttr, in bindDerived()
371 encodingAttr ? encodingAttr->get() : mlirAttributeGetNull()); in bindDerived()
H A DIRAttributes.cpp423 MlirAttribute encodingAttr = mlirAttributeGetNull(); in getFromBuffer() local
488 shape.size(), shape.data(), *bulkLoadElementType, encodingAttr); in getFromBuffer()