Home
last modified time | relevance | path

Searched refs:quantType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp149 if (auto quantType = inputETy.dyn_cast<mlir::quant::UniformQuantizedType>()) in verify() local
150 inputETy = quantType.getStorageType(); in verify()
152 if (auto quantType = resultETy.dyn_cast<mlir::quant::UniformQuantizedType>()) in verify() local
153 resultETy = quantType.getStorageType(); in verify()