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

Function Log

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

Source from the content-addressed store, hash-verified

3431 return operand.builder()->UnaryOp(HloOpcode::kRoundNearestAfz, operand);
3432}
3433XlaOp Log(const XlaOp operand) {
3434 return operand.builder()->UnaryOp(HloOpcode::kLog, operand);
3435}
3436XlaOp Log1p(const XlaOp operand) {
3437 return operand.builder()->UnaryOp(HloOpcode::kLog1p, operand);
3438}

Callers 15

LogDetFunction · 0.50
LgammaFunction · 0.50
IgammaSeriesFunction · 0.50
IgammacContinuedFractionFunction · 0.50
IgammaFunction · 0.50
IgammaGradAFunction · 0.50
RandomGammaGradFunction · 0.50
IgammacFunction · 0.50
AcoshFunction · 0.50
AsinhFunction · 0.50
CoshFunction · 0.50
SinhFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by 1

TestLogEdgeCasesMethod · 0.40