Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc547 auto version_attr = function.getParentOfType<mlir::ModuleOp>() in Convert() local
549 if (version_attr) { in Convert()
552 version_attr.get("producer").cast<mlir::IntegerAttr>().getInt()); in Convert()
554 version_attr.get("min_consumer").cast<mlir::IntegerAttr>().getInt()); in Convert()
556 version_attr.get("bad_consumers").cast<mlir::ArrayAttr>()) { in Convert()
/external/libxml2/
DHTMLparser.c719 static const char* const version_attr[] = { "version", NULL } ; variable
901 DECL html_content , NULL , DECL i18n_attrs, DECL version_attr, NULL