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

Function Sin

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

Source from the content-addressed store, hash-verified

3446 return operand.builder()->UnaryOp(HloOpcode::kCos, operand);
3447}
3448XlaOp Sin(const XlaOp operand) {
3449 return operand.builder()->UnaryOp(HloOpcode::kSin, operand);
3450}
3451XlaOp Tanh(const XlaOp operand) {
3452 return operand.builder()->UnaryOp(HloOpcode::kTanh, operand);
3453}

Callers 4

LgammaFunction · 0.50
DigammaFunction · 0.50
TanFunction · 0.50
BoxMullerTransformFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected