Home
last modified time | relevance | path

Searched refs:kAttrDstFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dtrans_op_format_refine.cc51 AnfAlgo::SetNodeAttr(kAttrDstFormat, MakeValue(kOpFormat_NCDHW), node); in Process()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_transdata.cc115 AnfAlgo::SetNodeAttr(kAttrDstFormat, MakeValue(dst_format_), transdata_node); in ConstructKernelGraphAndSetAttr()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h377 constexpr auto kAttrDstFormat = "dst_format"; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc70 AnfAlgo::SetNodeAttr(kAttrDstFormat, MakeValue(output_format), trans_node); in SetTransNodeAttr()