Home
last modified time | relevance | path

Searched refs:kOpFormat_FRACTAL_Z_C04 (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhccl_kernel_metadata.cc33 …tic const std::set<std::string> kReduceNoSupportedSet = {kOpFormat_FRAC_Z, kOpFormat_FRACTAL_Z_C04, in GetKernelFormat()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h583 constexpr auto kOpFormat_FRACTAL_Z_C04 = "FRACTAL_Z_C04"; variable
605 kOpFormat_FRACTAL_Z_C04,
669 …kOpFormat_C1HWNCoC0, kOpFormat_NC1HWC0_C04, kOpFormat_FRACTAL_Z_C04, kOpFormat_FRACTAL_ZN_LST…
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc76 {kOpFormat_FRACTAL_Z_C04, ge::Format::FORMAT_FRACTAL_Z_C04}, in GetGeFormat()
Dascend_device_address.cc73 …kOpFormat_FRAC_NZ, kOpFormat_NC1HWC0_C04, kOpFormat_FRACTAL_Z_C04, kOpFormat_NDC1HWC0, kOpFormat_F…
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.h134 {kOpFormat_FRACTAL_Z_C04, NchwToFracZc04}, {kOpFormat_NC1HWC0_C04, NchwToNc1hwc04},
Dtrans.cc980 … {kOpFormat_FRACTAL_Z_C04, FracZc04DeviceShape}, in TransShapeToDevice()
1027 {kOpFormat_FRACTAL_Z_C04, FracZc04DeviceDynamicShape}, in TransShapeToDevice()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_dynaminc_shape_util.cc266 {kOpFormat_FRACTAL_Z_C04, FracZC04Range}, in DynamicShapeRangeTrans()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc245 …t std::set<std::string> kServerNotSupportFormat = {kOpFormat_NC1HWC0_C04, kOpFormat_FRACTAL_Z_C04}; in IsShapeMatchFormat()