MCPcopy 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
807protected:
808 float mMs{0.0F};

Callers 15

mainFunction · 0.45
buildPredictionEngineMethod · 0.45
mainFunction · 0.45
getMethod · 0.45
getSafeMethod · 0.45
modelToNetworkFunction · 0.45
setupNetworkAndConfigFunction · 0.45
modelToBuildEnvFunction · 0.45
setBlobMethod · 0.45
IterationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected