Searched refs:exclude_attrs (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_cse.cc | 45 …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/ |
D | ElementTree.py | 1801 exclude_attrs=None, exclude_tags=None): argument 1806 self._exclude_attrs = set(exclude_attrs) if exclude_attrs else None
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 546 - *exclude_attrs*: a set of attribute names that should not be serialised 1336 exclude_attrs=None, exclude_tags=None)
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 3985 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'],
|