MCPcopy 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
165half 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
170INSTANTIATE_TEST_CASE_P(
171 half, BinaryOpTest,

Callers 1

half_test.ccFile · 0.85

Calls 2

atan2Class · 0.85
halfClass · 0.50

Tested by

no test coverage detected