MCPcopy 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
3408XlaOp Abs(const XlaOp operand) {
3409 return operand.builder()->UnaryOp(HloOpcode::kAbs, operand);
3410}
3411
3412XlaOp Atan2(const XlaOp lhs, const XlaOp rhs,
3413 absl::Span<const int64> broadcast_dimensions) {

Callers 15

IsInfFunction · 0.50
ErfcImpl32Function · 0.50
ErfcImpl64Function · 0.50
ErfcFunction · 0.50
ErfFunction · 0.50
ErfInv32Function · 0.50
ErfInv64Function · 0.50
LgammaFunction · 0.50
DigammaFunction · 0.50
IgammaSeriesFunction · 0.50
IgammacContinuedFractionFunction · 0.50
AsinhFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 3

XLA_TEST_PFunction · 0.40