MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/compiler/xla/python/bfloat16.cc:906–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904
905struct FloorDivide {
906 bfloat16 operator()(bfloat16 a, bfloat16 b) {
907 return bfloat16(divmod(static_cast<float>(a), static_cast<float>(b)).first);
908 }
909};
910struct Remainder {
911 bfloat16 operator()(bfloat16 a, bfloat16 b) {

Callers

nothing calls this directly

Calls 1

divmodFunction · 0.85

Tested by

no test coverage detected