Searched refs:op_cache (Results 1 – 3 of 3) sorted by relevance
281 bool FindReshape(const CNodePtr &cnode, std::unordered_set<std::string> *op_cache) { in FindReshape() argument294 if (op_cache->find(op_info_name) != op_cache->end()) { in FindReshape()297 op_cache->insert(op_info_name); in FindReshape()
48 bool FindReshape(const CNodePtr &cnode, std::unordered_set<std::string> *op_cache);
852 std::unordered_set<std::string> op_cache; in ReshapeCostCompute() local855 if (!FindReshape(cnode, &op_cache)) { in ReshapeCostCompute()