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

Method sin

samples/common/half.h:1887–1890  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1885 /// \param arg function argument
1886 /// \return function value stored in single-preicision
1887 static expr sin(float arg)
1888 {
1889 return expr(std::sin(arg));
1890 }
1891
1892 /// Cosine implementation.
1893 /// \param arg function argument

Callers 1

inverseMethod · 0.45

Calls 2

exprClass · 0.70
sinFunction · 0.70

Tested by

no test coverage detected