Searched refs:set_attrs (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/core/ir/ |
D | cell.h | 43 …void set_attrs(const std::unordered_map<std::string, ValuePtr> &attrs_input) { attrs_ = attrs_inpu… in set_attrs() function
|
D | anf.h | 301 void set_attrs(const std::unordered_map<std::string, ValuePtr> &attrs) { in set_attrs() function 344 set_attrs(node->attrs()); in CloneCNodeInfo()
|
D | func_graph.h | 235 void set_attrs(const std::unordered_map<std::string, ValuePtr> &attrs) { in set_attrs() function
|
D | func_graph_cloner.cc | 224 (*target_func_graph)->set_attrs(func_graph->attrs()); in SetFuncGraphInfo()
|
/third_party/python/Lib/ |
D | tarfile.py | 2040 self.extract(tarinfo, path, set_attrs=not tarinfo.isdir(), 2060 def extract(self, member, path="", set_attrs=True, *, numeric_owner=False): argument 2082 set_attrs=set_attrs, 2130 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument 2168 if set_attrs:
|
/third_party/mindspore/mindspore/lite/tools/converter/ |
D | export_model.cc | 143 mirror_graph->set_attrs(graph->attrs()); in CloneFuncGraph()
|
/third_party/python/Doc/library/ |
D | tarfile.rst | 418 .. method:: TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False) 424 File attributes (owner, mtime, mode) are set unless *set_attrs* is false. 440 Added the *set_attrs* parameter.
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_graph.cc | 434 cnode->set_attrs(ori_cnode->attrs()); in NewCNodeWithInfos()
|