MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Sqrt

Function Sqrt

tensorflow/compiler/xla/client/xla_builder.cc:3460–3462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3458 return operand.builder()->UnaryOp(HloOpcode::kImag, operand);
3459}
3460XlaOp Sqrt(const XlaOp operand) {
3461 return operand.builder()->UnaryOp(HloOpcode::kSqrt, operand);
3462}
3463XlaOp Rsqrt(const XlaOp operand) {
3464 return operand.builder()->UnaryOp(HloOpcode::kRsqrt, operand);
3465}

Callers 15

ErfInv32Function · 0.50
ErfInv64Function · 0.50
AcosFunction · 0.50
AsinFunction · 0.50
AcoshFunction · 0.50
AsinhFunction · 0.50
I0eImpl32Function · 0.50
I0eImpl64Function · 0.50
I1eImpl32Function · 0.50
I1eImpl64Function · 0.50
HouseRowFunction · 0.50
HouseColFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 2

XLA_TEST_FFunction · 0.40