TensorRT 10.0.1
nvinfer1::v_1_0::IProfiler Class Referenceabstract

#include <NvInferRuntime.h>

Public Member Functions

virtual void reportLayerTime (char const *layerName, float ms) noexcept=0
 Layer time reporting callback. More...
 
virtual ~IProfiler () noexcept
 

Constructor & Destructor Documentation

◆ ~IProfiler()

virtual nvinfer1::v_1_0::IProfiler::~IProfiler ( )
inlinevirtualnoexcept

Member Function Documentation

◆ reportLayerTime()

virtual void nvinfer1::v_1_0::IProfiler::reportLayerTime ( char const *  layerName,
float  ms 
)
pure virtualnoexcept

Layer time reporting callback.

Parameters
layerNameThe 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.
msThe time in milliseconds to execute the layer.

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

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact