Spec-Zone.ru › TensorFlow 2.3

tf.raw_ops.TensorListGetItem

Возвращает элемент в списке по заданному индексу.

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

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

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

tf.compat.v1.raw_ops.TensorListGetItem

tf.raw_ops.TensorListGetItem(
    input_handle, index, element_shape, element_dtype, name=None
)

input_handle: указатель на список; index: позиция в списке, из которой будет извлечен элемент; item: элемент в этой позиции

Аргументы
input_handle A Tensor типа variant.
index A Tensor типа int32.
element_shape A Tensor типа int32.
element_dtype A tf.DType.
name Имя операции (необязательно).
Возвращаемое значение
A Tensor типа element_dtype.

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

Spec-Zone.ru

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