Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/dtype/
Dcontainer.cc24 static std::string DumpTypeVector(const std::vector<TypePtr> &elements, bool is_dumptext) { in DumpTypeVector() argument
50 oss << (is_dumptext ? elem->DumpText() : elem->ToString()); in DumpTypeVector()
98 std::string List::DumpContent(bool is_dumptext) const { in DumpContent()
104 buffer << DumpTypeVector(elements_, is_dumptext); in DumpContent()
124 std::string Class::DumpContent(bool is_dumptext) const { in DumpContent()
137 auto sub_content = is_dumptext ? attr.second->DumpText() : attr.second->ToString(); in DumpContent()
180 std::string Tuple::DumpContent(bool is_dumptext) const { in DumpContent()
186 buffer << DumpTypeVector(elements_, is_dumptext); in DumpContent()
Dcontainer.h62 std::string DumpContent(bool is_dumptext) const;
92 std::string DumpContent(bool is_dumptext) const;
126 std::string DumpContent(bool is_dumptext) const;
148 std::string DumpContent(bool is_dumptext) const;