Searched refs:aqtype (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 410 } 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/ |
D | rfc1035.c | 522 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()
|