TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::InferenceTime Struct Reference

Measurement times in milliseconds. More...

Collaboration diagram for sample::InferenceTime:

Public Member Functions

 InferenceTime (float q, float i, float c, float o, float e)
 
 InferenceTime ()=default
 
 InferenceTime (const InferenceTime &)=default
 
 InferenceTime (InferenceTime &&)=default
 
InferenceTimeoperator= (const InferenceTime &)=default
 
InferenceTimeoperator= (InferenceTime &&)=default
 
 ~InferenceTime ()=default
 
float latency () const
 

Public Attributes

float enq {0}
 
float in {0}
 
float compute {0}
 
float out {0}
 
float e2e {0}
 

Detailed Description

Measurement times in milliseconds.

Constructor & Destructor Documentation

◆ InferenceTime() [1/4]

sample::InferenceTime::InferenceTime ( float  q,
float  i,
float  c,
float  o,
float  e 
)
inline

◆ InferenceTime() [2/4]

sample::InferenceTime::InferenceTime ( )
default

◆ InferenceTime() [3/4]

sample::InferenceTime::InferenceTime ( const InferenceTime )
default

◆ InferenceTime() [4/4]

sample::InferenceTime::InferenceTime ( InferenceTime &&  )
default

◆ ~InferenceTime()

sample::InferenceTime::~InferenceTime ( )
default

Member Function Documentation

◆ operator=() [1/2]

InferenceTime& sample::InferenceTime::operator= ( const InferenceTime )
default

◆ operator=() [2/2]

InferenceTime& sample::InferenceTime::operator= ( InferenceTime &&  )
default

◆ latency()

float sample::InferenceTime::latency ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ enq

float sample::InferenceTime::enq {0}

◆ in

float sample::InferenceTime::in {0}

◆ compute

float sample::InferenceTime::compute {0}

◆ out

float sample::InferenceTime::out {0}

◆ e2e

float sample::InferenceTime::e2e {0}

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