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