Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
905
struct FloorDivide {
906
bfloat16 operator()(bfloat16 a, bfloat16 b) {
907
return bfloat16(divmod(static_cast<float>(a), static_cast<float>(b)).first);
908
}
909
};
910
struct Remainder {
911
bfloat16 operator()(bfloat16 a, bfloat16 b) {
Callers
nothing calls this directly
Calls
1
divmod
Function · 0.85
Tested by
no test coverage detected