Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dvalue_extends.cc37 auto refkey = std::make_shared<abstract::AbstractRefKey>(); in ToAbstract() local
38 refkey->set_value(shared_from_base<Value>()); in ToAbstract()
39 return refkey; in ToAbstract()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dref_eliminate.h101 auto refkey = GetValueNode<RefKeyPtr>(node); in operator() local
110 if (para != nullptr && para->name() == refkey->tag()) { in operator()
/third_party/mindspore/mindspore/core/abstract/
Dprim_others.cc108 auto refkey = std::make_shared<RefKey>(name->value()); in InferImplMakeRefKey() local
109 if (refkey == nullptr) { in InferImplMakeRefKey()
112 return refkey->ToAbstract(); in InferImplMakeRefKey()
/third_party/ejdb/src/jql/
Djql.c1636 struct _JBDOCREF *refkey = malloc(sizeof(*refkey)); in _jql_proj_join_matched() local
1637 RCGA(refkey, finish); in _jql_proj_join_matched()
1638 *refkey = ref; in _jql_proj_join_matched()
1639 RCHECK(rc, finish, iwstree_put(cache, refkey, nn)); in _jql_proj_join_matched()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebug_graph.proto89 DT_REFKEY = 41; // type refkey
/third_party/mindspore/mindspore/ccsrc/utils/
Danf_ir.proto90 DT_REFKEY = 41; // type refkey
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc257 auto refkey = GetValueNode<RefKeyPtr>(it); in SetupParamInitSubGraph() local
258 MS_EXCEPTION_IF_NULL(refkey); in SetupParamInitSubGraph()
259 auto name = refkey->tag(); in SetupParamInitSubGraph()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc1096 auto refkey = key_value->cast<RefKeyPtr>(); in EvalPrim() local
1097 if (refkey == nullptr) { in EvalPrim()
1104 std::string name = refkey->tag(); in EvalPrim()