Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h104 MLIR_CAPI_EXPORTED bool mlirTypeIsAAnyQuantizedType(MlirType type);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c62 mlirTypeIsAAnyQuantizedType(any)); in testTypeHierarchy()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp114 bool mlirTypeIsAAnyQuantizedType(MlirType type) { in mlirTypeIsAAnyQuantizedType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp159 mlir_type_subclass(m, "AnyQuantizedType", mlirTypeIsAAnyQuantizedType, in populateDialectQuantSubmodule()