Update README.md
[platform/upstream/caffeonacl.git] / tools / net_speed_benchmark.cpp
1 #include "caffe/caffe.hpp"
2
3 int main(int argc, char** argv) {
4   LOG(FATAL) << "Deprecated. Use caffe time --model=... "
5              "[--iterations=50] [--gpu] [--device_id=0]";
6   return 0;
7 }