Home
last modified time | relevance | path

Searched refs:AttrValueMapPtr (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.h60 using AttrValueMapPtr = std::shared_ptr<AttrValueMap>; variable
65 EvalResult(AbstractBasePtr abs, AttrValueMapPtr attr) : abstract_(abs), attribute_(attr) {} in EvalResult()
69 AttrValueMapPtr attribute() { return attribute_; } in attribute()
74 AttrValueMapPtr attribute_;
Devaluator.h36 …std::unordered_map<AbstractBasePtrList, AttrValueMapPtr, AbstractBasePtrListHasher, AbstractBasePt…
37 using EvaluatorAttrCache = MultiThreadCache<AbstractBasePtrList, AttrValueMapPtr, EvaluatorAttrMap>;
Dprogram_specialize.h123 const AttrValueMapPtr &attrs);
Dprogram_specialize.cc812 …itivePtr BuildPrimtiveValueWithAttributes(const PrimitivePtr &prim, const AttrValueMapPtr &attrs) { in BuildPrimtiveValueWithAttributes()
841 const AttrValueMapPtr &attrs) { in BuildPossibleValueNode()