caffe/tools/device_query.cpp

8 строки
175 B
C++
Исходник Обычный вид История

#include "caffe/common.hpp"
int main(int argc, char** argv) {
2014-08-07 10:48:29 +04:00
LOG(FATAL) << "Deprecated. Use caffe device_query "
2014-07-25 20:52:30 +04:00
"[--device_id=0] instead.";
return 0;
}