Home
last modified time | relevance | path

Searched refs:abs_i (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc59 auto abs_i = abs->elements()[output_idx]; in InsertCastForMultipleOutput() local
60 MS_EXCEPTION_IF_NULL(abs_i); in InsertCastForMultipleOutput()
61 getitem->set_abstract(abs_i); in InsertCastForMultipleOutput()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc498 auto abs_i = abs->elements()[output_idx]; in CreatTupleGetItemNode() local
499 MS_EXCEPTION_IF_NULL(abs_i); in CreatTupleGetItemNode()
500 tuple_getitem->set_abstract(abs_i); in CreatTupleGetItemNode()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc2262 auto abs_i = abs->elements()[tuple_get_item_indexk]; in InferShape() local
2263 (void)args_spec_list.emplace_back(abs_i); in InferShape()