Searched refs:AddAttrToDrawGraph (Results 1 – 2 of 2) sorted by relevance
502 adpt_->AddAttrToDrawGraph(attr_key + std::string("=") + attr_value->ToString()); in setAttr()551 adpt_->AddAttrToDrawGraph(item.first + std::string("=") + item.second->ToString()); in SetCustomOpAttr()553 adpt_->AddAttrToDrawGraph(item.first + std::string("=") + "[...]"); in SetCustomOpAttr()650 adpt_->AddAttrToDrawGraph(it.second.name + std::string("=") + const_value->ToString()); in setAttr()
159 void AddAttrToDrawGraph(const std::string &attr_str) { attrs_vec_.push_back(attr_str); } in AddAttrToDrawGraph() function