Searched refs:castFromStorageType (Results 1 – 3 of 3) sorted by relevance
147 Type castFromStorageType(Type candidateType);
84 return wrap(unwrap(type).cast<quant::QuantizedType>().castFromStorageType( in mlirQuantizedTypeCastFromStorageType()
103 Type QuantizedType::castFromStorageType(Type candidateType) { in castFromStorageType() function in QuantizedType