Spec-Zone.ru › TensorFlow

tf.raw_ops.ConvertToCooTensor

Псевдонимы

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

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

tf.compat.v1.raw_ops.ConvertToCooTensor

tf.raw_ops.ConvertToCooTensor(
    indices_or_row_splits, values, weights, sample_count, combiner, name=None
)
Аргументы
indices_or_row_splits A Tensor of type int32.
values A Tensor of type int32.
weights A Tensor of type float32.
sample_count An int that is >= 1.
combiner A string.
name Имя операции (необязательно).
Возвращаемое значение
Кортеж объектов Tensor (row_ids, col_ids, gains).
row_ids A Tensor of type int32.
col_ids A Tensor of type int32.
gains A Tensor of type float32.

© 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/ConvertToCooTensor

Spec-Zone.ru

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