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

Function Sign

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

Source from the content-addressed store, hash-verified

3437 return operand.builder()->UnaryOp(HloOpcode::kLog1p, operand);
3438}
3439XlaOp Sign(const XlaOp operand) {
3440 return operand.builder()->UnaryOp(HloOpcode::kSign, operand);
3441}
3442XlaOp Clz(const XlaOp operand) {
3443 return operand.builder()->UnaryOp(HloOpcode::kClz, operand);
3444}

Callers 3

AsinhFunction · 0.50
I1eImpl32Function · 0.50
I1eImpl64Function · 0.50

Calls 2

UnaryOpMethod · 0.45
builderMethod · 0.45

Tested by

no test coverage detected