#include <data_flow_ops.h>
Scatter the data from the input value into specific TensorArray elements.
indices
must be a vector, its length must match the first dim of value
.
Arguments:
Returns:
Output
: A float scalar that enforces proper chaining of operations. Constructors and Destructors | |
---|---|
TensorArrayScatter(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input value, ::tensorflow::Input flow_in) |
Public attributes | |
---|---|
flow_out |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
::tensorflow::Output flow_out
TensorArrayScatter( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input value, ::tensorflow::Input flow_in )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
© 2017 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/api_docs/cc/class/tensorflow/ops/tensor-array-scatter.html