Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_function.h267 TypedPrimitiveAbstractClosure(const PrimitivePtr prim, const AbstractBasePtrList &args_spec_list, in TypedPrimitiveAbstractClosure() function
271 MS_DECLARE_PARENT(TypedPrimitiveAbstractClosure, AbstractFuncAtom) in MS_DECLARE_PARENT() argument
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstatic_analysis.cc494 EvaluatorPtr AnalysisEngine::_GetEvaluatorFor(const std::shared_ptr<TypedPrimitiveAbstractClosure> … in _GetEvaluatorFor()