Home
last modified time | relevance | path

Searched defs:attr_item (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/untgz/
Duntgz.c95 struct attr_item struct
97 struct attr_item *next; argument
111 void push_attr OF((struct attr_item **, char *, int, time_t)); argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc146 for (const auto& attr_item : attrs_) { in GetAllAttrKeys() local