MCPcopy Create free account
hub / github.com/NVIDIA/DALI / fmod

Method fmod

include/dali/util/half.hpp:1245–1245  ·  view source on GitHub ↗

Modulo implementation. \param x first operand \param y second operand \return Half-precision division remainder stored in single-precision

Source from the content-addressed store, hash-verified

1243 /// \param y second operand
1244 /// \return Half-precision division remainder stored in single-precision
1245 static CAFFE_UTIL_HD expr fmod(float x, float y) { return expr(std::fmod(x, y)); }
1246
1247 /// Remainder implementation.
1248 /// \param x first operand

Callers 1

check_arithm_modFunction · 0.80

Calls 2

exprClass · 0.85
fmodFunction · 0.85

Tested by 1

check_arithm_modFunction · 0.64