Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h125 MLIR_CAPI_EXPORTED MlirType mlirUniformQuantizedTypeGet(
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c137 MlirType uniform = mlirUniformQuantizedTypeGet( in testUniformType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp134 MlirType mlirUniformQuantizedTypeGet(unsigned flags, MlirType storageType, in mlirUniformQuantizedTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp187 return cls(mlirUniformQuantizedTypeGet(flags, storageType, in populateDialectQuantSubmodule()