Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc53 std::string GetAbstractStr(const abstract::AbstractBasePtr &abs) { in GetAbstractStr() function
81 oss << parameter->ToString() << ":<" << GetAbstractStr(args_spec_list[i]) << ">,"; in GetGraphParamString()
200 return GetAbstractStr(res->abstract()); in GetNodeType()
282 oss << GetAbstractStr(arg); in ProcessFuncGraphCall()
284 oss << ") -> " << GetAbstractStr(func->output()) << " "; in ProcessFuncGraphCall()
Dtrace.h50 std::string GetAbstractStr(const abstract::AbstractBasePtr &abs);