Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Atan
Function
Atan
tensorflow/compiler/xla/client/lib/math.cc:1131–1131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1129
}
1130
1131
XlaOp Atan(XlaOp x) { return Atan2(x, ScalarLike(x, 1.0)); }
1132
1133
XlaOp Tan(XlaOp x) {
1134
return DoWithUpcastToF32(x, {F16}, [](XlaOp x) { return Sin(x) / Cos(x); });
Callers
3
unary_ops.cc
File · 0.50
TEST_F
Function · 0.50
TestCWiseGrad
Method · 0.50
Calls
2
ScalarLike
Function · 0.85
Atan2
Function · 0.50
Tested by
2
TEST_F
Function · 0.40
TestCWiseGrad
Method · 0.40