Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Floor
Class
Floor
tensorflow/compiler/xla/python/bfloat16.cc:993–997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
991
}
992
};
993
struct Floor {
994
bfloat16 operator()(bfloat16 a) {
995
return bfloat16(std::floor(static_cast<float>(a)));
996
}
997
};
998
struct Frexp {
999
std::pair<bfloat16, int> operator()(bfloat16 a) {
1000
int exp;
Callers
11
unary_ops.cc
File · 0.50
Compile
Method · 0.50
Compile
Method · 0.50
Quantize
Function · 0.50
FloorDivImpl
Function · 0.50
TEST_F
Function · 0.50
CreateFloorComputation
Method · 0.50
CreateTupleFloorComputation
Method · 0.50
TestR1F32
Method · 0.50
TestR0F32
Method · 0.50
TEST_F
Function · 0.50
Calls
no outgoing calls
Tested by
6
TEST_F
Function · 0.40
CreateFloorComputation
Method · 0.40
CreateTupleFloorComputation
Method · 0.40
TestR1F32
Method · 0.40
TestR0F32
Method · 0.40
TEST_F
Function · 0.40