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

Method divides

samples/common/half.h:1617–1620  ·  view source on GitHub ↗

Division implementation. \param x first operand \param y second operand \return Half-precision quotient stored in single-precision

Source from the content-addressed store, hash-verified

1615 /// \param y second operand
1616 /// \return Half-precision quotient stored in single-precision
1617 static expr divides(float x, float y)
1618 {
1619 return expr(x / y);
1620 }
1621
1622 /// Output implementation.
1623 /// \param out stream to write to

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected