Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ round_imp
Function
round_imp
tensorflow/compiler/xla/tests/half_test.cc:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
half round_imp(half value) {
76
return half(std::round(static_cast<float>(std::move(value))));
77
}
78
79
INSTANTIATE_TEST_CASE_P(
80
half, UnaryOpTest,
Callers
1
half_test.cc
File · 0.85
Calls
2
half
Class · 0.50
round
Class · 0.50
Tested by
no test coverage detected