Measurement points in milliseconds. More...
Public Member Functions | |
InferenceTrace (int s, float es, float ee, float is, float ie, float cs, float ce, float os, float oe) | |
InferenceTrace ()=default | |
InferenceTrace (const InferenceTrace &)=default | |
InferenceTrace (InferenceTrace &&)=default | |
InferenceTrace & | operator= (const InferenceTrace &)=default |
InferenceTrace & | operator= (InferenceTrace &&)=default |
~InferenceTrace ()=default | |
Public Attributes | |
int | stream {0} |
float | enqStart {0} |
float | enqEnd {0} |
float | inStart {0} |
float | inEnd {0} |
float | computeStart {0} |
float | computeEnd {0} |
float | outStart {0} |
float | outEnd {0} |
Measurement points in milliseconds.
|
inline |
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
int sample::InferenceTrace::stream {0} |
float sample::InferenceTrace::enqStart {0} |
float sample::InferenceTrace::enqEnd {0} |
float sample::InferenceTrace::inStart {0} |
float sample::InferenceTrace::inEnd {0} |
float sample::InferenceTrace::computeStart {0} |
float sample::InferenceTrace::computeEnd {0} |
float sample::InferenceTrace::outStart {0} |
float sample::InferenceTrace::outEnd {0} |