Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h160 const std::vector<std::string> &GetAttrsFromDrawGraph() const { return attrs_vec_; } in GetAttrsFromDrawGraph() function
Dconvert.cc1933 auto atts = adpt->GetAttrsFromDrawGraph(); in DrawCNode()