summaryrefslogtreecommitdiff
path: root/tools/net_speed_benchmark.cpp
blob: cd16e8d0984f81a066f00ebb56d1c68b6ce3955e (plain)
1
2
3
4
5
6
7
#include "caffe/caffe.hpp"

int main(int argc, char** argv) {
  LOG(FATAL) << "Deprecated. Use caffe time --model=... "
             "[--iterations=50] [--gpu] [--device_id=0]";
  return 0;
}