Home
last modified time | relevance | path

Searched defs:expected_format_list (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dtransformation_ops_proto.cc67 string expected_format_list = ConcatString("DCR, CRD"); in IMPLEMT_VERIFIER() local
80 string expected_format_list = ConcatString("NHWC, NCHW, NC1HWC0"); in IMPLEMT_VERIFIER() local
Dfractional_max_pool_grad_with_fixed_ksize_proto.cc27 std::string expected_format_list = ConcatString("NCHW"); in CUST_IMPLEMT_INFERFUNC() local
Dfractional_max_pool_with_fixed_ksize_proto.cc59 std::string expected_format_list = ConcatString("NCHW"); in CUST_IMPLEMT_INFERFUNC() local
Dnn_pooling_ops_proto.cc939 string expected_format_list = ConcatString("NDHWC, NCDHW"); in IMPLEMT_COMMON_INFERFUNC() local
1064 string expected_format_list = ConcatString("NDHWC, NCDHW"); in IMPLEMT_COMMON_INFERFUNC() local
1182 string expected_format_list = ConcatString("NCHW, NHWC"); in CUST_IMPLEMT_VERIFIER() local
1236 string expected_format_list = ConcatString("NCHW, NHWC"); in CUST_IMPLEMT_INFERFUNC() local
1265 string expected_format_list = ConcatString("NCDHW, NDHWC"); in CUST_IMPLEMT_VERIFIER() local
1319 string expected_format_list = ConcatString("NCDHW, NDHWC"); in CUST_IMPLEMT_INFERFUNC() local
Delewise_calculation_ops_proto.cc280 string expected_format_list = ConcatString("NHWC, NCHW, NDHWC, NCDHW"); in IMPLEMT_VERIFIER() local
Dnn_norm_ops_proto.cc267 string expected_format_list = ConcatString("NHWC, NCHW"); in CUST_IMPLEMT_INFERFUNC() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Derror_util.cc62 …InputFormatNotSupportErrMsg(const std::string &param_name, const std::string &expected_format_list, in GetInputFormatNotSupportErrMsg()