MCPcopy 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};
993struct Floor {
994 bfloat16 operator()(bfloat16 a) {
995 return bfloat16(std::floor(static_cast<float>(a)));
996 }
997};
998struct Frexp {
999 std::pair<bfloat16, int> operator()(bfloat16 a) {
1000 int exp;

Callers 11

unary_ops.ccFile · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
QuantizeFunction · 0.50
FloorDivImplFunction · 0.50
TEST_FFunction · 0.50
TestR1F32Method · 0.50
TestR0F32Method · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.40
TestR1F32Method · 0.40
TestR0F32Method · 0.40
TEST_FFunction · 0.40