Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md476 ## Cholesky section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1300 struct Cholesky { struct
1307 static Cholesky Handler() { return Cholesky(); } in Handler()
1346 static bool Cholesky(runtime::KernelContext* ctx, void** args, void** attrs) { in Cholesky() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4395 XlaOp Cholesky(XlaOp a, bool lower) { in Cholesky() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go5586 func Cholesky(scope *Scope, input tf.Output) (output tf.Output) { func