MCPcopy 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
705template <typename T>
706double Abs(T x) {
707 return std::fabs(x);
708}
709
710template <>
711double Abs<complex64>(complex64 x) {

Callers 12

IsCloseFunction · 0.70
IsClose<complex64>Function · 0.70
TensorsAreCloseImplFunction · 0.70
unary_ops.ccFile · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
FloorDivImplFunction · 0.50
binary_ops.ccFile · 0.50
CompileMethod · 0.50
HSVToRGBFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected