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

Method exp

samples/common/half.h:1768–1771  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1766 /// \param arg function argument
1767 /// \return function value stored in single-preicision
1768 static expr exp(float arg)
1769 {
1770 return expr(std::exp(arg));
1771 }
1772
1773 /// Exponential implementation.
1774 /// \param arg function argument

Callers 14

sigmoidMethod · 0.45
exponentialMethod · 0.45
_compute_softmaxFunction · 0.45
calculate_perplexityFunction · 0.45
calculate_perplexityFunction · 0.45
calculate_perplexityFunction · 0.45
forwardMethod · 0.45
inferMethod · 0.45
infer_onnxMethod · 0.45

Calls 2

exprClass · 0.70
expFunction · 0.70

Tested by

no test coverage detected