Lines Matching defs:candidate
79 [](MlirType type, MlirType candidate) {
80 return mlirQuantizedTypeIsCompatibleExpressedType(type, candidate);
82 "Checks whether the candidate type can be expressed by this quantized "
84 nb::arg("candidate"));
93 [](MlirType type, MlirType candidate) {
95 mlirQuantizedTypeCastFromStorageType(type, candidate);
103 nb::arg("candidate"));
118 [](MlirType type, MlirType candidate) {
120 mlirQuantizedTypeCastFromExpressedType(type, candidate);
128 nb::arg("candidate"));
143 [](MlirType type, MlirType candidate) {
145 mlirQuantizedTypeCastExpressedToStorageType(type, candidate);
153 nb::arg("candidate"));