MCPcopy 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

233XlaOp UpperTriangle(XlaOp x) { return Triangle(x, false); }
234
235XlaOp LowerTriangle(XlaOp x) { return Triangle(x, true); }
236
237namespace {
238std::vector<int64> EinsumDiagonalLabels(absl::Span<const int64> config) {

Callers 2

XLA_TEST_FFunction · 0.85
XLA_TEST_FFunction · 0.85

Calls 1

TriangleFunction · 0.85

Tested by 2

XLA_TEST_FFunction · 0.68
XLA_TEST_FFunction · 0.68