Searched refs:quantType (Results 1 – 1 of 1) sorted by relevance
149 if (auto quantType = inputETy.dyn_cast<mlir::quant::UniformQuantizedType>()) in verify() local150 inputETy = quantType.getStorageType(); in verify()152 if (auto quantType = resultETy.dyn_cast<mlir::quant::UniformQuantizedType>()) in verify() local153 resultETy = quantType.getStorageType(); in verify()