Home
last modified time | relevance | path

Searched defs:input_names_vec (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dadd_input_to_output.cc40 std::vector<std::string> input_names_vec; in AddOutputs() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dchange_axis_of_reduce_kernel.cc62 auto input_names_vec = GetValue<std::vector<std::string>>(input_names_ptr); in DynamicAttrUpdate() local
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fission/
Dtopk_split_test.cc110 …auto input_names_vec = AnfAlgo::GetNodeAttr<std::vector<std::string>>(topk_cnode, kAttrInputNames); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dtopk_split.cc95 auto input_names_vec = AnfAlgo::GetNodeAttr<std::vector<std::string>>(cnode, kAttrInputNames); in CheckInputNamesSize() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc556 auto input_names_vec = GetValue<std::vector<std::string>>(input_names); in ConstInputToAttr() local
735 auto input_names_vec = GetValue<std::vector<std::string>>(input_names); in RectifyAbstractFromRegAttr() local
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc396 const auto &input_names_vec = GetValue<std::vector<std::string>>(input_names_value); in RunOpConvertConstInputToAttr() local