Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h109 MLIR_CAPI_EXPORTED MlirType mlirAnyQuantizedTypeGet(unsigned flags,
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c92 mlirAnyQuantizedTypeGet(mlirQuantizedTypeGetSignedFlag(), i8, f32, -8, 7); in testAnyQuantizedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp118 MlirType mlirAnyQuantizedTypeGet(unsigned flags, MlirType storageType, in mlirAnyQuantizedTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp166 return cls(mlirAnyQuantizedTypeGet(flags, storageType, expressedType, in populateDialectQuantSubmodule()