Searched refs:input_type (Results 1 – 2 of 2) sorted by relevance
106 #define GET_UQTYPE(input_type) \ argument107 ((input_type).getElementType().dyn_cast<quant::UniformQuantizedType>())108 #define GET_QTYPE(input_type) \ argument109 ((input_type).getElementType().dyn_cast<quant::QuantizedType>())
80 typedef typename std::iterator_traits<InputIterator>::value_type input_type; in inclusive_scan_serial() typedef81 return inclusive_scan_serial(first, last, result, std::plus<input_type>()); in inclusive_scan_serial()