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:911–914 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
909
};
910
struct Remainder {
911
bfloat16 operator()(bfloat16 a, bfloat16 b) {
912
return bfloat16(
913
divmod(static_cast<float>(a), static_cast<float>(b)).second);
914
}
915
};
916
struct DivmodUFunc {
917
static std::vector<int> Types() {
Callers
nothing calls this directly
Calls
1
divmod
Function · 0.85
Tested by
no test coverage detected