Home
last modified time | relevance | path

Searched defs:used_graph_count (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Danf.h413 int used_graph_count() const { return used_graph_count_; } in used_graph_count() function
504 size_t used_graph_count() const { return used_graph_count_; } in used_graph_count() function
505 void set_used_graph_count(size_t used_graph_count) { used_graph_count_ = used_graph_count; } in set_used_graph_count()