Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ atan2_imp
Function
atan2_imp
tensorflow/compiler/xla/tests/half_test.cc:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
half atan2_imp(half x, half y) {
166
return half(std::atan2(static_cast<float>(std::move(x)),
167
static_cast<float>(std::move(y))));
168
}
169
170
INSTANTIATE_TEST_CASE_P(
171
half, BinaryOpTest,
Callers
1
half_test.cc
File · 0.85
Calls
2
atan2
Class · 0.85
half
Class · 0.50
Tested by
no test coverage detected