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