Lines Matching refs:wrap
43 return wrap(unwrap(type).cast<quant::QuantizedType>().getExpressedType()); in mlirQuantizedTypeGetExpressedType()
55 return wrap(unwrap(type).cast<quant::QuantizedType>().getStorageType()); in mlirQuantizedTypeGetStorageType()
79 return wrap(quant::QuantizedType::getQuantizedElementType(unwrap(type))); in mlirQuantizedTypeGetQuantizedElementType()
84 return wrap(unwrap(type).cast<quant::QuantizedType>().castFromStorageType( in mlirQuantizedTypeCastFromStorageType()
89 return wrap(quant::QuantizedType::castToStorageType( in mlirQuantizedTypeCastToStorageType()
95 return wrap(unwrap(type).cast<quant::QuantizedType>().castFromExpressedType( in mlirQuantizedTypeCastFromExpressedType()
100 return wrap(quant::QuantizedType::castToExpressedType(unwrap(type))); in mlirQuantizedTypeCastToExpressedType()
105 return wrap( in mlirQuantizedTypeCastExpressedToStorageType()
121 return wrap(quant::AnyQuantizedType::get(flags, unwrap(storageType), in mlirAnyQuantizedTypeGet()
138 return wrap(quant::UniformQuantizedType::get( in mlirUniformQuantizedTypeGet()
168 return wrap(quant::UniformQuantizedPerAxisType::get( in mlirUniformQuantizedPerAxisTypeGet()
214 return wrap( in mlirCalibratedQuantizedTypeGet()