Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmeta_tensor_extends.cc41 auto ref_key = std::make_shared<RefKey>(param_name); in ToAbstract() local
Dtensor.cc597 auto ref_key = std::make_shared<RefKey>(param_name); in ToAbstract() local
/third_party/openssl/test/
Dtls13secretstest.c224 const unsigned char *ref_key, const unsigned char *ref_iv) in test_secret()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dnode_info.cc238 auto ref_key = GetValueNode<RefKeyPtr>(node); in FindParameterByRefKeyNode() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc521 auto ref_key = std::make_shared<RefKey>(param_node->name()); in AbstractSpecializeAction() local
1006 auto ref_key = std::make_shared<RefKey>(param_node->name()); in SetMindIRGraphAction() local
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc949 AbstractRef::AbstractRef(const AbstractBasePtr &ref_key, const AbstractTensorPtr &ref_value) in AbstractRef()
1007 auto ref_key = ref_key_->Join(other_ref->ref_key_); in Join() local
Dabstract_value.h668 inline AbstractBasePtr ref_key() const { return ref_key_; } in ref_key() function