Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dquant_dtype_cast_adjust.cc51 std::vector<std::string> cnode_output_format = {AnfAlgo::GetOutputFormat(cnode, 0)}; in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Ddecrease_transfer_precision.cc167 std::vector<std::string> cnode_output_format = {AnfAlgo::GetOutputFormat(old_output, 0)}; in ProcessFather() local
280 std::vector<std::string> cnode_output_format = {AnfAlgo::GetOutputFormat(tensor_input, 0)}; in ProcessSon() local
Ddecrease_compute_precision.cc187 std::vector<std::string> cnode_output_format = {GetFormat(old_cnode)}; in Process() local