MCPcopy Create free account
hub / github.com/apache/singa / operator-

Function operator-

include/half.hpp:2542–2542  ·  view source on GitHub ↗

Negation. \param arg operand \return negated operand

Source from the content-addressed store, hash-verified

2540 /// \param arg operand
2541 /// \return negated operand
2542 inline HALF_CONSTEXPR half operator-(half arg) { return half(detail::binary, arg.data_^0x8000); }
2543
2544 /// Addition.
2545 /// This operation is exact to rounding for all rounding modes.

Callers

nothing calls this directly

Calls 1

halfClass · 0.85

Tested by

no test coverage detected