Home
last modified time | relevance | path

Searched refs:DumpTypeVector (Results 1 – 1 of 1) 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() function
104 buffer << DumpTypeVector(elements_, is_dumptext); in DumpContent()
186 buffer << DumpTypeVector(elements_, is_dumptext); in DumpContent()
225 buffer << "[" << DumpTypeVector(values, false) << "]"; in DumpContent()