Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::ProfDAGCounters Class Reference

A simple wrapper around prof_dag's counters. More...

#include <prof_dag_counters.h>

Public Member Functions

 ProfDAGCounters (const std::shared_ptr< const NetDef > &net_def)
 
void ReportRunStart ()
 
void ReportRunEnd ()
 
void AddPerOpStartTime (size_t op_id)
 
void AddPerOpEndTime (size_t op_id)
 
void AddPerOpAsyncEndTime (size_t op_id)
 
ProfDAGReport GetReport () const
 

Detailed Description

A simple wrapper around prof_dag's counters.

Definition at line 94 of file prof_dag_counters.h.


The documentation for this class was generated from the following files: