Home
last modified time | relevance | path

Searched defs:ref_key_value (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_value.cc2079 …ractRefTensor::AbstractRefTensor(const AbstractTensorPtr &ref_value, const ValuePtr &ref_key_value) in AbstractRefTensor()
2241 ValuePtr AbstractRefTensor::ref_key_value() const { return ref_key_value_; } in ref_key_value() function in mindspore::abstract::AbstractRefTensor
2317 const ValuePtr &AbstractMapTensor::ref_key_value() const { return ref_key_value_; } in ref_key_value() function in mindspore::abstract::AbstractMapTensor
2695 AbstractMapTensor::AbstractMapTensor(const MapTensorPtr &map_tensor, const ValuePtr &ref_key_value) in AbstractMapTensor()
2715 const ValuePtr &ref_key_value, const ValuePtr &default_value, in AbstractMapTensor()
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprim_structures.cc442 const auto &ref_key_value = ref_tensor->ref_key_value(); in GetRefKey() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dmindir_exporter.cc710 auto ref_key_value = abs_ref->ref_key_value()->cast<StringImmPtr>(); in SetTensorProto() local
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc1026 auto ref_key_value = parameter_abs_value->cast<StringImmPtr>(); in BuildInputForFuncGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc3807 auto ref_key_value = abstract::GetRefKeyValue(abs); in EvalPrim() local