API symbols_composite_funcs
Copy
tensorplay._composite_funcs.arctan2
- tensorplay._composite_funcs.arctan2(input, other)[source]
atan2(y, x) = 2*atan(y / (hypot + x)); native atan2 CPU kernel is currently unregistered in this tree, so compose. Edge narrows vs torch: negative-zero y with x < 0 returns +pi instead of -pi.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
