Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::TensorArraySplit

#include <data_flow_ops.h>

Разделить данные из входного значения на элементы TensorArray.

Краткое описание

Предполагая, что lengths принимает значения

(n0, n1, ..., n(T-1))


  and that `value` has shape

(n0 + n1 + ... + n(T-1) x d0 x d1 x ...)```,
this splits values into a TensorArray with T tensors.
TensorArray index t will be the subtensor of values with starting position
```(n0 + n1 + ... + n(t-1), 0, 0, ...)

  and having size

nt x d0 x d1 x ...```
Arguments:
  • scope: Объект Scope
  • handle: Детекция TensorArray.
  • value: Объединённый тензор для записи в TensorArray.
  • lengths: Вектор длин, как разделить строки значения в TensorArray.
  • flow_in: Вещественный скаляр, обеспечивающий надлежащее цепное выполнение операций.

Возвращает:

  • Output: Вещественный скаляр, обеспечивающий надлежащее цепное выполнение операций.
Конструкторы и деструкторы
TensorArraySplit(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input value, ::tensorflow::Input lengths, ::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

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

TensorArraySplit

 TensorArraySplit(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input value,
  ::tensorflow::Input lengths,
  ::tensorflow::Input flow_in
)

узел

::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-split

Spec-Zone.ru

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