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

Function Expm1

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

Source from the content-addressed store, hash-verified

3419 return operand.builder()->UnaryOp(HloOpcode::kExp, operand);
3420}
3421XlaOp Expm1(const XlaOp operand) {
3422 return operand.builder()->UnaryOp(HloOpcode::kExpm1, operand);
3423}
3424XlaOp Floor(const XlaOp operand) {
3425 return operand.builder()->UnaryOp(HloOpcode::kFloor, operand);
3426}

Callers 1

SinhFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected