Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1020 XlaOp RandomGammaGrad(XlaOp a, XlaOp x) { in RandomGammaGrad() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go28657 func RandomGammaGrad(scope *Scope, alpha tf.Output, sample tf.Output) (output tf.Output) { func