#include <NvInferRuntime.h>
◆ ~IProfiler()
virtual nvinfer1::v_1_0::IProfiler::~IProfiler |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ reportLayerTime()
virtual void nvinfer1::v_1_0::IProfiler::reportLayerTime |
( |
char const * |
layerName, |
|
|
float |
ms |
|
) |
| |
|
pure virtualnoexcept |
Layer time reporting callback.
- Parameters
-
layerName | The name of the layer, set when constructing the network definition. If the engine is built with profiling verbosity set to kNONE, the layerName is the decimal index of the layer. |
ms | The time in milliseconds to execute the layer. |
The documentation for this class was generated from the following file: