Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges.cc148 for (const auto& record_info : records_by_node) { in FreezeRequantizationRanges() local
149 const string& name = record_info.first; in FreezeRequantizationRanges()
150 const std::vector<MinMaxRecord> records = record_info.second; in FreezeRequantizationRanges()
/external/libxml2/
Dlegacy.c188 *((int *) result) = ctxt->record_info; in xmlGetFeature()
306 ctxt->record_info = *((int *) value); in xmlSetFeature()
DSAX2.c1814 if (cur != NULL && ctxt->record_info) { in xmlSAX2EndElement()
2463 if ((ctxt->record_info) && (cur != NULL)) { in xmlSAX2EndElementNs()
DparserInternals.c1740 ctxt->record_info = 0; in xmlInitParserCtxt()
Dparser.c9911 if (ctxt->record_info) { in xmlParseElement()
9973 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
10001 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
10048 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
13101 ctxt->record_info = oldctxt->record_info; in xmlParseExternalEntityPrivate()
14870 ctxt->record_info = 0; in xmlCtxtReset()
/external/libxml2/include/libxml/
Dparser.h210 int record_info; /* Whether node info should be kept */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle226 d record_info like(xmlCint) Keep node info ?