Home
last modified time | relevance | path

Searched refs:exclude_attrs (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cse.cc45 …std::vector<std::string> exclude_attrs{"IsFeatureMapOutput", "IsFeatureMapInputList", "pri_format"… in IsCNodePrimitveEqual() local
46 for (auto &attr : exclude_attrs) { in IsCNodePrimitveEqual()
/third_party/python/Lib/xml/etree/
DElementTree.py1801 exclude_attrs=None, exclude_tags=None): argument
1806 self._exclude_attrs = set(exclude_attrs) if exclude_attrs else None
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst546 - *exclude_attrs*: a set of attribute names that should not be serialised
1336 exclude_attrs=None, exclude_tags=None)
/third_party/python/Lib/test/
Dtest_xml_etree.py3985 c14n_roundtrip(xml, strip_text=True, exclude_attrs=['{http://example.com/x}attr']),
3999 c14n_roundtrip(xml, strip_text=True, exclude_attrs=['{http://example.com/x}attr'],