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

Function Log1p

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

Source from the content-addressed store, hash-verified

3434 return operand.builder()->UnaryOp(HloOpcode::kLog, operand);
3435}
3436XlaOp Log1p(const XlaOp operand) {
3437 return operand.builder()->UnaryOp(HloOpcode::kLog1p, operand);
3438}
3439XlaOp Sign(const XlaOp operand) {
3440 return operand.builder()->UnaryOp(HloOpcode::kSign, operand);
3441}

Callers 8

ErfInv32Function · 0.50
ErfInv64Function · 0.50
LgammaFunction · 0.50
DigammaFunction · 0.50
AsinhFunction · 0.50
AtanhFunction · 0.50
TestLog1pEdgeCasesMethod · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 1

TestLog1pEdgeCasesMethod · 0.40