Home
last modified time | relevance | path

Searched refs:kAttrSrcFormat (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dtrans_op_format_refine.cc45 AnfAlgo::SetNodeAttr(kAttrSrcFormat, MakeValue(kOpFormat_NCDHW), node); in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dtranspose_transdata_fusion.cc64 AnfAlgo::SetNodeAttr(kAttrSrcFormat, MakeValue(transpose_input_formats[0]), new_node); in Process()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_transdata.cc114 AnfAlgo::SetNodeAttr(kAttrSrcFormat, MakeValue(src_format_), transdata_node); in ConstructKernelGraphAndSetAttr()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h376 constexpr auto kAttrSrcFormat = "src_format"; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc69 AnfAlgo::SetNodeAttr(kAttrSrcFormat, MakeValue(input_format), trans_node); in SetTransNodeAttr()