Home
last modified time | relevance | path

Searched refs:kOpFormat_ND (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.h128 const std::set<std::string> kCommonFormatSet = {kOpFormat_DEFAULT, kOpFormat_ND, kOpFormat_NCHW, kO…
Dascend_helper.cc64 …put_format = AnfAlgo::GetCNodeName(trans_node) == kTransDataOpName ? kOpFormat_NCHW : kOpFormat_ND; in SetTransNodeAttr()
67 …put_format = AnfAlgo::GetCNodeName(trans_node) == kTransDataOpName ? kOpFormat_NCHW : kOpFormat_ND; in SetTransNodeAttr()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h573 constexpr auto kOpFormat_ND = "ND"; variable
596 kOpFormat_ND,
616 const std::set<std::string> kDefaultCompatibleFormat = {kOpFormat_ND, kOpFormat_NCHW, kOpFormat_NHW…
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc67 {kOpFormat_ND, ge::Format::FORMAT_ND}, in GetGeFormat()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_util.cc34 auto ge_tensor = TransformUtil::ConvertTensor(me_tensor, kOpFormat_ND); in ConvertAnyUtil()
Dutil.cc98 } else if (format == kOpFormat_ND) { in ConvertFormat()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc57 if (format == kOpFormat_ND || format == kOpFormat_DEFAULT) { in GetFakeAbstractShape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_dynaminc_shape_util.cc274 if (format == kOpFormat_ND || format == kOpFormat_DEFAULT) { in DynamicShapeRangeTrans()
Dtbe_adapter.cc377 return origin_shape_size == kNCHWShapeSize ? kOpFormat_NCHW : kOpFormat_ND; in FormatPass()
Dtbe_kernel_build.cc1131 format = ori_shape.size() == kNCHWShapeSize ? kOpFormat_NCHW : kOpFormat_ND; in GenDescJson()
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc989 if (format == kOpFormat_ND || format == kOpFormat_DEFAULT) { in TransShapeToDevice()
1036 if (format == kOpFormat_ND || format == kOpFormat_DEFAULT || format == kOpFormat_NCHW) { in TransShapeToDevice()