person-re-ranking/caffe/tools/device_query.cpp

8 lines
175 B
C++
Raw Permalink Normal View History

2017-03-22 18:48:01 +08:00
#include "caffe/common.hpp"
int main(int argc, char** argv) {
LOG(FATAL) << "Deprecated. Use caffe device_query "
"[--device_id=0] instead.";
return 0;
}