MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / multiplies

Method multiplies

include/half/half.hpp:1224–1224  ·  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

1222 /// \param y second operand
1223 /// \return Half-precision product stored in single-precision
1224 static expr multiplies(float x, float y) { return expr(x*y); }
1225
1226 /// Division implementation.
1227 /// \param x first operand

Callers

nothing calls this directly

Calls 1

exprClass · 0.85

Tested by

no test coverage detected