MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / QR

Method QR

tensorflow/compiler/xla/python/xla_client.py:1579–1581  ·  view source on GitHub ↗

Enqueues a QR decomposition onto the computation.

(self, a, full_matrices=True)

Source from the content-addressed store, hash-verified

1577 return ops.Sort(self._builder, [keys, values], dimension)
1578
1579 def QR(self, a, full_matrices=True):
1580 """Enqueues a QR decomposition onto the computation."""
1581 return self.Tuple(*ops.QR(a, full_matrices))
1582
1583 def TriangularSolve(self,
1584 a,

Callers 1

testQRMethod · 0.80

Calls 1

TupleMethod · 0.95

Tested by 1

testQRMethod · 0.64