Searched refs:used_graph_count (Results 1 – 3 of 3) sorted by relevance
413 int used_graph_count() const { return used_graph_count_; } in used_graph_count() function504 size_t used_graph_count() const { return used_graph_count_; } in used_graph_count() function505 void set_used_graph_count(size_t used_graph_count) { used_graph_count_ = used_graph_count; } in set_used_graph_count() argument
540 if (value->isa<tensor::Tensor>() && value_node->used_graph_count() == 1) { in OperatorHandle3()
115 if (parameter->used_graph_count() != 0) { in ClearNodeInfo()