Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Abs
Function
Abs
tensorflow/compiler/xla/client/xla_builder.cc:3408–3410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3406
}
3407
3408
XlaOp Abs(const XlaOp operand) {
3409
return operand.builder()->UnaryOp(HloOpcode::kAbs, operand);
3410
}
3411
3412
XlaOp Atan2(const XlaOp lhs, const XlaOp rhs,
3413
absl::Span<const int64> broadcast_dimensions) {
Callers
15
IsInf
Function · 0.50
ErfcImpl32
Function · 0.50
ErfcImpl64
Function · 0.50
Erfc
Function · 0.50
Erf
Function · 0.50
ErfInv32
Function · 0.50
ErfInv64
Function · 0.50
Lgamma
Function · 0.50
Digamma
Function · 0.50
IgammaSeries
Function · 0.50
IgammacContinuedFraction
Function · 0.50
Asinh
Function · 0.50
Calls
2
UnaryOp
Method · 0.45
builder
Method · 0.45
Tested by
3
GetAverageAbsoluteError
Method · 0.40
GetAverageAbsoluteError
Method · 0.40
XLA_TEST_P
Function · 0.40