W3cubDocs

/TensorFlow C++ 2.4

tensorflow::ops::TensorArrayWrite

#include <data_flow_ops.h>

Push an element onto the tensor_array.

Summary

Arguments:

  • scope: A Scope object
  • handle: The handle to a TensorArray.
  • index: The position to write to inside the TensorArray.
  • value: The tensor to write to the TensorArray.
  • flow_in: A float scalar that enforces proper chaining of operations.

Returns:

  • Output: A float scalar that enforces proper chaining of operations.
Constructors and Destructors
TensorArrayWrite(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input index, ::tensorflow::Input value, ::tensorflow::Input flow_in)
Public attributes
flow_out
operation
Public functions
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Public attributes

flow_out

::tensorflow::Output flow_out

operation

Operation operation

Public functions

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 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/tensor-array-write