Function mlir_sys::mlirQuantizedTypeIsSigned
source · pub unsafe extern "C" fn mlirQuantizedTypeIsSigned(
type_: MlirType
) -> bool
Expand description
Returns true
if the given type is signed, false
otherwise.
pub unsafe extern "C" fn mlirQuantizedTypeIsSigned(
type_: MlirType
) -> bool
Returns true
if the given type is signed, false
otherwise.