MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / sqrt

Method sqrt

samples/common/half.h:1840–1843  ·  view source on GitHub ↗

Square root implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1838 /// \param arg function argument
1839 /// \return function value stored in single-preicision
1840 static expr sqrt(float arg)
1841 {
1842 return expr(std::sqrt(arg));
1843 }
1844
1845 /// Cubic root implementation.
1846 /// \param arg function argument

Callers 10

reset_parametersMethod · 0.45
reset_parametersMethod · 0.45
reset_parametersMethod · 0.45
reset_parametersMethod · 0.45
run_instancenormFunction · 0.45
run_meanvarnormFunction · 0.45
forwardMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45
transformMethod · 0.45

Calls 2

exprClass · 0.70
sqrtFunction · 0.70

Tested by

no test coverage detected