Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Drefresh_parameter_format.cc34 auto cnode_input_format = AnfAlgo::GetInputFormat(cnode, input_index); in DoRefresh() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Ddecrease_transfer_precision.cc162 std::vector<std::string> cnode_input_format = {AnfAlgo::GetOutputFormat(old_output, 0)}; in Process_Father() local
275 std::vector<std::string> cnode_input_format = {AnfAlgo::GetOutputFormat(tensor_input, 0)}; in Process_Son() local
Ddecrease_compute_precision.cc177 std::vector<std::string> cnode_input_format = {GetFormat(old_cnode)}; in Process() local