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

Method bfloat16

support/Bfloat16.h:112–114  ·  view source on GitHub ↗

Default Constructor */

Source from the content-addressed store, hash-verified

110public:
111 /** Default Constructor */
112 bfloat16() : value(0)
113 {
114 }
115 /** Constructor
116 *
117 * @param[in] v Floating-point value

Callers

nothing calls this directly

Calls 2

float_to_bf16Function · 0.85
portable_float_to_bf16Function · 0.85

Tested by

no test coverage detected