Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.h79 size_t CountValueNum(const ValueTuplePtr &value_tuple);
Dconvert_utils.cc301 size_t CountValueNum(const ValueTuplePtr &value_tuple) { in CountValueNum() function
309 cnt += CountValueNum(value->cast<ValueTuplePtr>()); in CountValueNum()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc904 (*output_position) += CountValueNum(value->cast<ValueTuplePtr>()); in ConstructOutputs()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc371 auto value_tuple_size = CountValueNum(value_tuple); in GetAllOutputWithIndex()