Home
last modified time | relevance | path

Searched defs:Cholesky (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md325 ## Cholesky section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc717 LocalOp ComputationBuilder::Cholesky(const LocalOp& a, bool lower) { in Cholesky() function in xla::swig::ComputationBuilder
Dxla_client.py1741 def Cholesky(self, a, lower=True): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3052 XlaOp Cholesky(XlaOp a, bool lower) { in Cholesky() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35368 func Cholesky(scope *Scope, input tf.Output) (output tf.Output) { func