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

Function copysign

resource_for_billibilli/debug_plugin/plugin/half.h:3764–3767  ·  view source on GitHub ↗

Take sign. \param x value to change sign for \param y value to take sign from \return value equal to \a x in magnitude and to \a y in sign template typename enable ::type copysign(T x, U y) { return functions::copysign(x, y); }

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected