#include <data_flow_ops.h>
Gather specific elements from the TensorArray into output value
.
All elements selected by indices
must have the same shape.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: All of the elements in the TensorArray, concatenated along a new axis (the new dimension 0). Constructors and Destructors | |
---|---|
TensorArrayGather(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype) | |
TensorArrayGather(const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs) |
Public attributes | |
---|---|
value |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
ElementShape(PartialTensorShape x) |
Structs | |
---|---|
tensorflow::ops::TensorArrayGather::Attrs | Optional attribute setters for TensorArrayGather. |
::tensorflow::Output value
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype )
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs ElementShape( PartialTensorShape x )
© 2018 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-gather.html