Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1857 XlaOp Polygamma(XlaOp n, XlaOp x) { in Polygamma() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go20508 func Polygamma(scope *Scope, a tf.Output, x tf.Output) (z tf.Output) { func