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

Function Exp

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

Source from the content-addressed store, hash-verified

3416}
3417
3418XlaOp Exp(const XlaOp operand) {
3419 return operand.builder()->UnaryOp(HloOpcode::kExp, operand);
3420}
3421XlaOp Expm1(const XlaOp operand) {
3422 return operand.builder()->UnaryOp(HloOpcode::kExpm1, operand);
3423}

Callers 9

ErfcImpl32Function · 0.50
ErfcImpl64Function · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50
IgammacFunction · 0.50
CoshFunction · 0.50
SinhFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected