Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c65 mlirTypeIsAUniformQuantizedType(uniform)); in testTypeHierarchy()
75 mlirTypeIsAUniformQuantizedType(perAxis)); in testTypeHierarchy()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h120 MLIR_CAPI_EXPORTED bool mlirTypeIsAUniformQuantizedType(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp130 bool mlirTypeIsAUniformQuantizedType(MlirType type) { in mlirTypeIsAUniformQuantizedType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp180 m, "UniformQuantizedType", mlirTypeIsAUniformQuantizedType, in populateDialectQuantSubmodule()