Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_cache.h36 struct AbsCacheKeyEqual { struct
37 bool operator()(const AbsCacheKey &lk, const AbsCacheKey &rk) const { in operator()