Home
last modified time | relevance | path

Searched refs:kOpFormat_FRACTAL_ZN_RNN (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/ut/cpp/common/
Dtrans_test.cc104 std::string format = kOpFormat_FRACTAL_ZN_RNN; in TEST_F()
128 std::string format = kOpFormat_FRACTAL_ZN_RNN; in TEST_F()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h591 constexpr auto kOpFormat_FRACTAL_ZN_RNN = "FRACTAL_ZN_RNN"; variable
608 kOpFormat_FRACTAL_ZN_RNN,
670 kOpFormat_FRACTAL_ZN_RNN, kOpFormat_NDC1HWC0, kOpFormat_FRAC_Z};
681 …:string> kNoPaddingFormatSet = {kOpFormat_ChannelLast, kOpFormat_FRAC_NZ, kOpFormat_FRACTAL_ZN_RNN,
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.h92 if (format == kOpFormat_FRACTAL_ZN_RNN || format == kOpFormat_ND_RNN_BIAS) {
Dtrans.cc995 if (format == kOpFormat_FRACTAL_ZN_RNN) { in TransShapeToDevice()
1042 if (format == kOpFormat_FRACTAL_ZN_RNN) { in TransShapeToDevice()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc418 if (format == kOpFormat_FRACTAL_ZN_RNN || format == kOpFormat_ND_RNN_BIAS) { in RefreshCastAndParamWeightFormat()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc208 …std::string trans_opname = (spec_format == kOpFormat_FRACTAL_ZN_RNN || spec_format == kOpFormat_ND… in AddTransOpNodeToGraph()