Home
last modified time | relevance | path

Searched refs:msg_prefix (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/
Dmath_ops.py126 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 …]
Dclip_ops.py30 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
Darray_ops.py120 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
/third_party/mindspore/mindspore/nn/layer/
Dtimedistributed.py28 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"
Dnormalization.py244 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"
Dcontainer.py25 msg_prefix = f"For '{op_name}', the" if op_name else "The"
38 msg_prefix = f"For '{op_name}'," if op_name else ""
Dbasic.py220 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"
Dpooling.py66 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
Dactivation.py897 msg_prefix = f"For '{prim_name}', the" if prim_name else "The"
Dmath.py755 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/
Dtest-coredump-unwind.c78 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.py226 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/
Dloss.py659 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/
Dexceptions.c2941 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/
Dtest_functools.py2622 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/
Darray_ops.py4856 msg_prefix = "2nd" if i + 2 == 2 else "3rd"