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:942–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
940
};
941
struct Fmod {
942
bfloat16 operator()(bfloat16 a, bfloat16 b) {
943
return bfloat16(std::fmod(static_cast<float>(a), static_cast<float>(b)));
944
}
945
};
946
struct Negative {
947
bfloat16 operator()(bfloat16 a) { return -a; }
Callers
nothing calls this directly
Calls
1
fmod
Class · 0.85
Tested by
no test coverage detected