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

Method max

support/Bfloat16.h:164–169  ·  view source on GitHub ↗

Largest representative value * * @return Returns the largest finite value representable by bfloat16 */

Source from the content-addressed store, hash-verified

162 * @return Returns the largest finite value representable by bfloat16
163 */
164 static bfloat16 max()
165 {
166 bfloat16 val;
167 val.value = 0x7F7F;
168 return val;
169 }
170
171 bfloat16 &operator+=(float v)
172 {

Callers 1

print_measurementsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected