Searched refs:msg_prefix (Results 1 – 16 of 16) sorted by relevance
/third_party/mindspore/mindspore/ops/composite/ |
D | math_ops.py | 126 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 146 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 159 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 183 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 307 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 318 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 426 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 438 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 451 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 520 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" [all …]
|
D | clip_ops.py | 30 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | array_ops.py | 120 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
/third_party/mindspore/mindspore/nn/layer/ |
D | timedistributed.py | 28 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 39 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 54 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 61 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | normalization.py | 244 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 252 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 260 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 489 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | container.py | 25 msg_prefix = f"For '{op_name}', the" if op_name else "The" 38 msg_prefix = f"For '{op_name}'," if op_name else ""
|
D | basic.py | 220 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 352 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 831 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | pooling.py | 66 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | activation.py | 897 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
D | math.py | 755 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 789 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
/third_party/libunwind/tests/ |
D | test-coredump-unwind.c | 78 const char *msg_prefix = ""; variable 108 prefix_len = msg_prefix[0] ? strlen(msg_prefix) + 2 : 0; in verror_msg_helper() 125 p = stpcpy(msg, msg_prefix); in verror_msg_helper() 295 msg_prefix = progname; in main()
|
/third_party/mindspore/mindspore/ |
D | _checkparam.py | 226 msg_prefix = f'For \'{prim_name}\', the' if prim_name else "The" 400 msg_prefix = f"For '{prim_name}', the '{arg_name}'" 402 msg_prefix = f"For '{prim_name}', Parameter" 404 msg_prefix = "Parameter" 441 msg_prefix = f'For \'{prim_name}\' the' if prim_name else "The" 594 msg_prefix = f"For '{prim_name}', the" if prim_name else "The" 616 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
|
/third_party/mindspore/mindspore/nn/loss/ |
D | loss.py | 659 msg_prefix = f'For \'{prim_name}\', the' if prim_name else "The" 669 msg_prefix = f'For \'{prim_name}\', the' if prim_name else "The" 1235 msg_prefix = f'For \'{prime_name}\', the' if prime_name else "The" 1250 msg_prefix = f'For \'{prime_name}\', the' if prime_name else "The"
|
/third_party/python/Objects/ |
D | exceptions.c | 2941 PyObject* msg_prefix; in _PyErr_TrySetFromCause() local 3022 msg_prefix = PyUnicode_FromFormatV(format, vargs); in _PyErr_TrySetFromCause() 3024 if (msg_prefix == NULL) { in _PyErr_TrySetFromCause() 3031 msg_prefix, Py_TYPE(val)->tp_name, val); in _PyErr_TrySetFromCause() 3033 Py_DECREF(msg_prefix); in _PyErr_TrySetFromCause()
|
/third_party/python/Lib/test/ |
D | test_functools.py | 2622 msg_prefix = "Invalid first argument to `register()`: " 2634 self.assertTrue(str(exc.exception).startswith(msg_prefix + "42")) 2640 self.assertTrue(str(exc.exception).startswith(msg_prefix +
|
/third_party/mindspore/mindspore/ops/operations/ |
D | array_ops.py | 4856 msg_prefix = "2nd" if i + 2 == 2 else "3rd"
|