- 04 7月, 2017 4 次提交
- 03 7月, 2017 3 次提交
- 29 6月, 2017 8 次提交
- 28 6月, 2017 5 次提交
- 26 6月, 2017 2 次提交
- 20 6月, 2017 6 次提交
Basically from caffe2::logging.h, but only expose `PADDLE_ENFORCE` interface.
__must_check is a macro mark of function return value. It let developer must check the return value is legal or not.