Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Abs
Function
Abs
tensorflow/compiler/tests/randomized_tests.cc:706–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
705
template <typename T>
706
double Abs(T x) {
707
return std::fabs(x);
708
}
709
710
template <>
711
double Abs<complex64>(complex64 x) {
Callers
12
IsClose
Function · 0.70
IsClose<complex64>
Function · 0.70
TensorsAreCloseImpl
Function · 0.70
unary_ops.cc
File · 0.50
ProximalGradientDescentUpdate
Function · 0.50
Compile
Method · 0.50
Compile
Method · 0.50
FloorDivImpl
Function · 0.50
binary_ops.cc
File · 0.50
Compile
Method · 0.50
HSVToRGB
Function · 0.50
TEST_F
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected