Searched defs:logText (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/common/ |
| D | kernel_log.h | 59 #define AICPU_CHECK_NULLPTR_VOID(value, logText...) \ argument 65 #define AICPU_CHECK_FALSE(condition, errorCode, logText...) \ argument 71 #define AICPU_CHECK_NULLPTR(value, errorCode, logText...) \ argument 93 #define KERNEL_CHECK_NULLPTR_VOID(value, logText...) \ argument 99 #define KERNEL_CHECK_FALSE(condition, errorCode, logText...) \ argument 105 #define KERNEL_CHECK_NULLPTR(value, errorCode, logText...) \ argument 120 #define KERNEL_CHECK_FALSE_VOID(condition, logText...) \ argument 126 #define KERNEL_HANDLE_ERROR(expression, logText...) \ argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/inc/ |
| D | kernel_log.h | 35 #define CUST_KERNEL_CHECK_NULLPTR_VOID(ctx, value, logText...) \ argument 41 #define CUST_KERNEL_CHECK_FALSE(ctx, condition, errorCode, logText...) \ argument 47 #define CUST_KERNEL_CHECK_NULLPTR(ctx, value, errorCode, logText...) \ argument 62 #define CUST_KERNEL_CHECK_FALSE_VOID(ctx, condition, logText...) \ argument 68 #define CUST_KERNEL_HANDLE_ERROR(ctx, expression, logText...) \ argument
|