Home
last modified time | relevance | path

Searched refs:kOpFormat_DHWNC (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h586 constexpr auto kOpFormat_DHWNC = "DHWNC"; variable
613 kOpFormat_DHWNC,
679 kOpFormat_NDHWC, kOpFormat_DHWCN, kOpFormat_DHWNC};
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc79 {kOpFormat_DHWNC, ge::Format::FORMAT_DHWNC}, in GetGeFormat()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dutil.cc88 } else if (format == kOpFormat_DHWNC) { in ConvertFormat()