Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dgraph_costmodel.cc54 struct IsInGraph { in IsOperatorInCostGraph() struct
55 const OperatorInfoPtr test_; in IsOperatorInCostGraph()
56 explicit IsInGraph(const OperatorInfoPtr &n) : test_(n) {} in IsOperatorInCostGraph() argument
57 bool operator()(const OperatorInfoPtr &in) const { return (test_ == in); } in IsOperatorInCostGraph()