tf.raw_ops.RandomGammaGrad
Вычисляет производную от случайной выборки Гамма-распределения по отношению к alpha.
tf.raw_ops.RandomGammaGrad(
alpha, sample, name=None
)
| Аргументы | |
|---|---|
alpha | A Tensor. Должен быть одним из следующих типов: float32, float64. |
sample | A Tensor. Должен иметь тот же тип, что и alpha. |
name | Имя операции (необязательно). |
| Возвращаемое значение | |
|---|---|
A Tensor. Имеет тот же тип, что и alpha. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/RandomGammaGrad