Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h507 MLIR_CAPI_EXPORTED bool mlirOperationRemoveAttributeByName(MlirOperation op,
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c446 mlirOperationRemoveAttributeByName( in printFirstOfEach()
449 mlirOperationRemoveAttributeByName( in printFirstOfEach()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp472 bool mlirOperationRemoveAttributeByName(MlirOperation op, MlirStringRef name) { in mlirOperationRemoveAttributeByName() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2161 int removed = mlirOperationRemoveAttributeByName(operation->get(), in dunderDelItem()