Spec-Zone.ru › TensorFlow 2.9

tf.raw_ops.CollectiveBcastSend

Распространяет значение тензора на один или несколько других устройств.

Просмотр псевдонимов

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

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

tf.compat.v1.raw_ops.CollectiveBcastSend

tf.raw_ops.CollectiveBcastSend(
    input,
    group_size,
    group_key,
    instance_key,
    shape,
    communication_hint='auto',
    timeout_seconds=0,
    name=None
)
Аргументы
input A Tensor. Должно быть одним из следующих типов: bool, float32, half, float64, int32, int64.
group_size An int.
group_key An int.
instance_key An int.
shape A tf.TensorShape или список ints.
communication_hint Необязательный string. По умолчанию "auto".
timeout_seconds Необязательный float. По умолчанию 0.
name Имя операции (необязательно).
Возвращает
A Tensor. Имеет тот же тип, что и input.

© 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/versions/r2.9/api_docs/python/tf/raw_ops/CollectiveBcastSend

Spec-Zone.ru

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