tf.keras.backend.cumprod
| Просмотреть исходный код на GitHub |
Кумулятивное произведение значений в тензоре вдоль указанной оси.
tf.keras.backend.cumprod(
x, axis=0
)
| Аргументы | |
|---|---|
x | Тензор или переменная. |
axis | Целое число, ось для вычисления произведения. |
| Возвращает | |
|---|---|
Тензор кумулятивного произведения значений x вдоль axis. |
© 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/r1.15/api_docs/python/tf/keras/backend/cumprod