Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h369 MLIR_CAPI_EXPORTED bool mlirOperationRemoveAttributeByName(MlirOperation op,
/external/llvm-project/mlir/test/CAPI/
Dir.c417 mlirOperationRemoveAttributeByName( in printFirstOfEach()
420 mlirOperationRemoveAttributeByName( in printFirstOfEach()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp324 bool mlirOperationRemoveAttributeByName(MlirOperation op, MlirStringRef name) { in mlirOperationRemoveAttributeByName() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1386 int removed = mlirOperationRemoveAttributeByName(operation->get(), in dunderDelItem()