Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ reset
Method
reset
samples/common/common.h:802–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
800
return mMs / 1000.F;
801
}
802
void reset() noexcept
803
{
804
mMs = 0.F;
805
}
806
807
protected:
808
float mMs{0.0F};
Callers
15
main
Function · 0.45
buildPreprocessorEngine
Method · 0.45
buildPredictionEngine
Method · 0.45
main
Function · 0.45
get
Method · 0.45
getSafe
Method · 0.45
modelToNetwork
Function · 0.45
setupNetworkAndConfig
Function · 0.45
networkToSerializedEngine
Function · 0.45
modelToBuildEnv
Function · 0.45
setBlob
Method · 0.45
Iteration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected