Searched refs:round_to_bfloat16 (Results 1 – 2 of 2) sorted by relevance
66 value = round_to_bfloat16(v).value; in bfloat16()184 B16_DEVICE_FUNC static bfloat16 round_to_bfloat16(float v) { in round_to_bfloat16() function
70 bfloat16 rounded = bfloat16::round_to_bfloat16((GetParam().input)); in TEST_P()