Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dutils.cc399 auto tensor_it = MakeAbstract((*shape_tuple)[it], (*type_tuple)[it]); in MakeAbstract() local
409 auto tensor_it = MakeAbstract((*shape_list)[it], (*type_list)[it]); in MakeAbstract() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc470 auto tensor_it = MakePyInferRes2Abstract(shape_tuple[it], typeid_tuple[it]); in MakePyInferRes2Abstract() local
480 auto tensor_it = MakePyInferRes2Abstract(shape_list[it], typeid_list[it]); in MakePyInferRes2Abstract() local