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

Function operator+

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

Identity. \param arg operand \return unchanged operand

Source from the content-addressed store, hash-verified

2535 /// \param arg operand
2536 /// \return unchanged operand
2537 inline HALF_CONSTEXPR half operator+(half arg) { return arg; }
2538
2539 /// Negation.
2540 /// \param arg operand

Callers

nothing calls this directly

Calls 3

halfClass · 0.85
signalFunction · 0.85
invalidFunction · 0.85

Tested by

no test coverage detected