MCPcopy 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
233XlaOp UpperTriangle(XlaOp x) { return Triangle(x, false); }
234
235XlaOp LowerTriangle(XlaOp x) { return Triangle(x, true); }
236

Callers 1

XLA_TEST_FFunction · 0.85

Calls 1

TriangleFunction · 0.85

Tested by 1

XLA_TEST_FFunction · 0.68