Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ UpperTriangle
Function
UpperTriangle
tensorflow/compiler/xla/client/lib/matrix.cc:233–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
XlaOp UpperTriangle(XlaOp x) { return Triangle(x, false); }
234
235
XlaOp LowerTriangle(XlaOp x) { return Triangle(x, true); }
236
Callers
1
XLA_TEST_F
Function · 0.85
Calls
1
Triangle
Function · 0.85
Tested by
1
XLA_TEST_F
Function · 0.68