Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h43 MLIR_CAPI_EXPORTED unsigned mlirQuantizedTypeGetFlags(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c95 fprintf(stderr, "flags: %u\n", mlirQuantizedTypeGetFlags(any)); in testAnyQuantizedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp46 unsigned mlirQuantizedTypeGetFlags(MlirType type) { in mlirQuantizedTypeGetFlags() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp48 "flags", [](MlirType type) { return mlirQuantizedTypeGetFlags(type); }, in populateDialectQuantSubmodule()