Home
last modified time | relevance | path

Searched refs:used_graph_count (Results 1 – 3 of 3) 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() argument
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dspecial_op_eliminate.h540 if (value->isa<tensor::Tensor>() && value_node->used_graph_count() == 1) { in OperatorHandle3()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc115 if (parameter->used_graph_count() != 0) { in ClearNodeInfo()