Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeParser.cpp431 else if (auto calibratedType = type.dyn_cast<CalibratedQuantizedType>()) in printType() local
432 printCalibratedQuantizedType(calibratedType, os); in printType()