Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h410 } else if (auto aqtype = qtype.template dyn_cast< in matchAndRewrite() local
412 auto zero_points = aqtype.getZeroPoints(); in matchAndRewrite()
420 aqtype.getScales(), new_zero_points, aqtype.getQuantizedDimension(), in matchAndRewrite()
421 aqtype.getStorageTypeMin() - offset, in matchAndRewrite()
422 aqtype.getStorageTypeMax() - offset, op.getLoc()); in matchAndRewrite()
/external/dnsmasq/src/
Drfc1035.c522 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0; in extract_addresses() local
569 GETSHORT(aqtype, p1); in extract_addresses()
578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) { in extract_addresses()
581 if (aqtype == T_CNAME) { in extract_addresses()
629 GETSHORT(aqtype, p1); in extract_addresses()
635 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype)) { in extract_addresses()
636 if (aqtype == T_CNAME) { in extract_addresses()