Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp106 #define GET_UQTYPE(input_type) \ argument
107 ((input_type).getElementType().dyn_cast<quant::UniformQuantizedType>())
108 #define GET_QTYPE(input_type) \ argument
109 ((input_type).getElementType().dyn_cast<quant::QuantizedType>())
/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dscan.pass.cpp80 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in inclusive_scan_serial() typedef
81 return inclusive_scan_serial(first, last, result, std::plus<input_type>()); in inclusive_scan_serial()