tensorflow::ops::TensorArrayRead
#include <data_flow_ops.h>
Чтение элемента из массива тензоров в выход value.
Краткое описание
Аргументы:
- scope: Объект области
- handle: Дескриптор массива тензоров.
- flow_in: Скаляр с плавающей точкой, обеспечивающий правильную цепочку операций.
- dtype: Тип возвращаемого элемента.
Возвращаемое значение:
-
Output: Тензор, считанный из массива тензоров.
| Конструкторы и деструкторы | |
|---|---|
TensorArrayRead(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input flow_in, DataType dtype) |
| Публичные атрибуты | |
|---|---|
operation |
|
value |
|
| Публичные функции | |
|---|---|
node() const |
::tensorflow::Node * |
operator::tensorflow::Input() const |
|
operator::tensorflow::Output() const |
|
Публичные атрибуты
operation
Operation operation
значение
::tensorflow::Output value
Публичные функции
TensorArrayRead
TensorArrayRead( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input flow_in, DataType dtype )
узел
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 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/cc/class/tensorflow/ops/tensor-array-read