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

Function Cos

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

Source from the content-addressed store, hash-verified

3443 return operand.builder()->UnaryOp(HloOpcode::kClz, operand);
3444}
3445XlaOp Cos(const XlaOp operand) {
3446 return operand.builder()->UnaryOp(HloOpcode::kCos, operand);
3447}
3448XlaOp Sin(const XlaOp operand) {
3449 return operand.builder()->UnaryOp(HloOpcode::kSin, operand);
3450}

Callers 3

DigammaFunction · 0.50
TanFunction · 0.50
BoxMullerTransformFunction · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected