Home
last modified time | relevance | path

Searched refs:magnitude_adjustment (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1279 uint16_t magnitude_adjustment = in operator ()() local
1281 uint16_t out_int = from_as_int + magnitude_adjustment; in operator ()()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1415 auto magnitude_adjustment = in NextAfter() local
1419 auto result = Add(from_as_int, magnitude_adjustment); in NextAfter()