Measurement times in milliseconds. More...
Public Member Functions | |
InferenceTime (float q, float i, float c, float o, float e) | |
InferenceTime ()=default | |
InferenceTime (const InferenceTime &)=default | |
InferenceTime (InferenceTime &&)=default | |
InferenceTime & | operator= (const InferenceTime &)=default |
InferenceTime & | operator= (InferenceTime &&)=default |
~InferenceTime ()=default | |
float | latency () const |
Public Attributes | |
float | enq {0} |
float | in {0} |
float | compute {0} |
float | out {0} |
float | e2e {0} |
Measurement times in milliseconds.
|
inline |
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
|
inline |
float sample::InferenceTime::enq {0} |
float sample::InferenceTime::in {0} |
float sample::InferenceTime::compute {0} |
float sample::InferenceTime::out {0} |
float sample::InferenceTime::e2e {0} |