Spec-Zone.ru › TensorFlow

tf.raw_ops.StatefulRandomBinomial

Псевдонимы

Псевдонимы совместимости для миграции

См. Руководство по миграции для получения более подробной информации.

tf.compat.v1.raw_ops.StatefulRandomBinomial

tf.raw_ops.StatefulRandomBinomial(
    resource,
    algorithm,
    shape,
    counts,
    probs,
    dtype=tf.dtypes.int64,
    name=None
)
Аргументы
resource A Tensor типа resource.
algorithm A Tensor типа int64.
shape A Tensor. Должен быть одного из следующих типов: int32, int64.
counts A Tensor. Должен быть одного из следующих типов: half, float32, float64, int32, int64.
probs A Tensor. Должен иметь тот же тип, что и counts.
dtype Необязательный tf.DType из: tf.half, tf.float32, tf.float64, tf.int32, tf.int64. По умолчанию tf.int64.
name Имя операции (необязательно).
Возвращает
A Tensor типа dtype.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatefulRandomBinomial

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API