Home
last modified time | relevance | path

Searched defs:SelfAdjointEig (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dself_adjoint_eig.cc393 SelfAdjointEigResult SelfAdjointEig(XlaOp a, bool lower, int64 max_iter, in SelfAdjointEig() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35465 func SelfAdjointEig(scope *Scope, input tf.Output) (output tf.Output) { func