Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
XlaOp Square(XlaOp operand) { return operand * operand; }
166
167
XlaOp Reciprocal(XlaOp operand) { return ScalarLike(operand, 1.0) / operand; }
168
Callers
15
HouseRow
Function · 0.70
HouseCol
Function · 0.70
MakeJacobi
Function · 0.70
GetOneSidedJacobiRotation
Function · 0.70
OneSidedJacobiUpdate
Function · 0.70
ComputeToleranceComparison
Function · 0.70
SortBySingularValuesAndPostProcessing
Function · 0.70
SymmetricShurDecomposition2x2
Function · 0.70
Update
Function · 0.70
ComputeFrobeniusNorms
Function · 0.70
XLA_TEST_F
Function · 0.70
House
Function · 0.70
Calls
no outgoing calls
Tested by
3
XLA_TEST_F
Function · 0.56
TestConvertSquare
Function · 0.40
TEST_F
Function · 0.40