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

Function Rsqrt

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

Source from the content-addressed store, hash-verified

3461 return operand.builder()->UnaryOp(HloOpcode::kSqrt, operand);
3462}
3463XlaOp Rsqrt(const XlaOp operand) {
3464 return operand.builder()->UnaryOp(HloOpcode::kRsqrt, operand);
3465}
3466
3467XlaOp Pow(const XlaOp lhs, const XlaOp rhs,
3468 absl::Span<const int64> broadcast_dimensions) {

Callers 15

unary_ops.ccFile · 0.50
CompileImplMethod · 0.50
CompileImplMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
CompileMethod · 0.50
MakeJacobiFunction · 0.50
OneSidedJacobiUpdateFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TestCWiseGradMethod · 0.40