Home
last modified time | relevance | path

Searched refs:PrimitiveHasher (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.h44 std::unordered_map<PrimitivePtr, StandardPrimitiveImplReg, PrimitiveHasher, PrimitiveEqual>;
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dprim_bprop_optimizer.h45 using PrimBpropCache = std::unordered_map<PrimitivePtr, PrimBpropOptGraphInfoPtr, PrimitiveHasher, …
Ddfunctor.h41 using Registry = std::unordered_map<PrimitivePtr, FuncGraphPtr, PrimitiveHasher, PrimitiveTotalEqua…
/third_party/mindspore/mindspore/core/ir/
Dprimitive.h157 struct MS_CORE_API PrimitiveHasher { struct
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.h189 using PrimEvaluatorMap = std::unordered_map<PrimitivePtr, EvaluatorPtr, PrimitiveHasher, PrimitiveE…
Dprim.cc1433 …oImplMap = std::unordered_map<PrimitivePtr, PrimitiveImplInferValue, PrimitiveHasher, PrimitiveEqu…
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h42 using PrimitiveSet = std::unordered_set<PrimitivePtr, PrimitiveHasher, PrimitiveEqual>;
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc436 const std::unordered_set<PrimitivePtr, PrimitiveHasher, PrimitiveEqual> auto_monad_prims = { in Link()
1200 const std::unordered_set<PrimitivePtr, PrimitiveHasher, PrimitiveEqual> recursion_prims = { in LinkControlArrowByAutoMonad()