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

Function Square

tensorflow/compiler/xla/client/lib/math.cc:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165XlaOp Square(XlaOp operand) { return operand * operand; }
166
167XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; }
168

Callers 15

HouseRowFunction · 0.70
HouseColFunction · 0.70
MakeJacobiFunction · 0.70
OneSidedJacobiUpdateFunction · 0.70
UpdateFunction · 0.70
ComputeFrobeniusNormsFunction · 0.70
XLA_TEST_FFunction · 0.70
HouseFunction · 0.70

Calls

no outgoing calls

Tested by 3

XLA_TEST_FFunction · 0.56
TestConvertSquareFunction · 0.40
TEST_FFunction · 0.40