◆ SimpleProfiler()
◆ reportLayerTime()
virtual void SimpleProfiler::reportLayerTime |
( |
const char * |
layerName, |
|
|
float |
ms |
|
) |
| |
|
inlinevirtual |
Layer time reporting callback.
- Parameters
-
layerName | The name of the layer, set when constructing the network definition. |
ms | The time in milliseconds to execute the layer. |
Implements nvinfer1::IProfiler.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const SimpleProfiler & |
value |
|
) |
| |
|
friend |
◆ mName
std::string SimpleProfiler::mName |
|
private |
◆ mLayerNames
std::vector<std::string> SimpleProfiler::mLayerNames |
|
private |
◆ mProfile
std::map<std::string, Record> SimpleProfiler::mProfile |
|
private |
The documentation for this struct was generated from the following file: