MCPcopy Create free account
hub / github.com/numpy/numpy / Half

Method Half

numpy/core/src/common/half.hpp:48–48  ·  view source on GitHub ↗

Default constructor. initialize nothing.

Source from the content-addressed store, hash-verified

46
47 /// Default constructor. initialize nothing.
48 Half() = default;
49
50 /// Construct from float
51 /// If there are no hardware optimization available, rounding will always

Callers

nothing calls this directly

Calls 2

FromFloatBitsFunction · 0.85
FromDoubleBitsFunction · 0.85

Tested by

no test coverage detected