MCPcopy Create free account
hub / github.com/apache/singa / half max

Method half max

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

Largest finite value.

Source from the content-addressed store, hash-verified

2408
2409 /// Largest finite value.
2410 static HALF_CONSTEXPR half_float::half max() HALF_NOTHROW { return half_float::half(half_float::detail::binary, 0x7BFF); }
2411
2412 /// Difference between 1 and next representable value.
2413 static HALF_CONSTEXPR half_float::half epsilon() HALF_NOTHROW { return half_float::half(half_float::detail::binary, 0x1400); }

Callers

nothing calls this directly

Calls 1

halfClass · 0.85

Tested by

no test coverage detected