Caffe2 - C++ API
A deep learning, cross platform ML framework
net_observer_reporter_print.h
1 #pragma once
2 
3 #include "observers/net_observer_reporter.h"
4 
5 namespace caffe2 {
6 
8  public:
9  static const std::string IDENTIFIER;
10  void reportDelay(
11  NetBase* net,
12  std::map<std::string, double>& delays,
13  const char* unit);
14 };
15 }
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...