You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
We use
|=topaddle_errorin our benchmark.Mobile/benchmark/tool/C/inference.cc
Lines 21 to 24 in 6b68be7
However, the definition of
paddle_erroris:https://github.com/PaddlePaddle/Paddle/blob/c8d4efb20eecab5a2edd55ccf923dac78afc6d78/paddle/capi/error.h#L23-L30
The different bit of different error may be the same. If we use
|=to two variables ofpaddle_error, we may lose the error information.Also, we need to print the error information, or it will be difficult for users to debug, like in #48 .