Searched defs:Cholesky (Results 1 – 5 of 5) sorted by relevance
325 ## Cholesky section in Operation Semantics
717 LocalOp ComputationBuilder::Cholesky(const LocalOp& a, bool lower) { in Cholesky() function in xla::swig::ComputationBuilder
1741 def Cholesky(self, a, lower=True): member in ComputationBuilder
3052 XlaOp Cholesky(XlaOp a, bool lower) { in Cholesky() function
35368 func Cholesky(scope *Scope, input tf.Output) (output tf.Output) { func