Spec-Zone.ru › TensorFlow C++ 2.3

tensorflow::ops::TensorArrayWrite

#include <data_flow_ops.h>

Вставьте элемент в массив тензоров.

Summary

Аргументы:

  • scope: Объект Scope
  • handle: Указатель на TensorArray.
  • index: Позиция для записи в TensorArray.
  • value: Тензор для записи в TensorArray.
  • flow_in: Скаляр с типом float, обеспечивающий корректную цепочку операций.

Возвращаемые значения:

  • Output: Скаляр с типом float, обеспечивающий корректную цепочку операций.
Конструкторы и деструкторы
TensorArrayWrite(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input value, ::tensorflow::Input flow_in)
Публичные атрибуты
flow_out
::tensorflow::Output
operation
Operation
Публичные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Публичные атрибуты

flow_out

::tensorflow::Output flow_out

operation

Operation operation

Публичные функции

TensorArrayWrite

 TensorArrayWrite(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input index,
  ::tensorflow::Input value,
  ::tensorflow::Input flow_in
)

node

::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/r2.3/api_docs/cc/class/tensorflow/ops/tensor-array-write

Spec-Zone.ru

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