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

Method multiplies

samples/common/half.h:1608–1611  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1606 /// \param y second operand
1607 /// \return Half-precision product stored in single-precision
1608 static expr multiplies(float x, float y)
1609 {
1610 return expr(x * y);
1611 }
1612
1613 /// Division implementation.
1614 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected