Home
last modified time | relevance | path

Searched defs:cnode_input_format (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Drefresh_parameter_format.cc37 auto cnode_input_format = AnfAlgo::GetInputFormat(cnode, input_index); in DoRefresh() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Ddecrease_transfer_precision.cc165 std::vector<std::string> cnode_input_format = {AnfAlgo::GetOutputFormat(old_output, 0)}; in ProcessFather() local
278 std::vector<std::string> cnode_input_format = {AnfAlgo::GetOutputFormat(tensor_input, 0)}; in ProcessSon() local
Ddecrease_compute_precision.cc185 std::vector<std::string> cnode_input_format = {GetFormat(old_cnode)}; in Process() local