MCPcopy Create free account
hub / github.com/LitLeo/TensorRT_Tutorial / fma

Function fma

resource_for_billibilli/debug_plugin/plugin/half.h:2955–2958  ·  view source on GitHub ↗

Fused multiply add. \param x first operand \param y second operand \param z third operand \return ( \a x * \a y ) + \a z rounded as one operation. template typename enable ::type fma(T x, U y, V z) { return functions::fma(x, y, z); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

fmaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected