tensorflow:: ops:: Concat
#include <array_ops.h>
Concatenates tensors along one dimension.
Summary
Args:
- scope: A Scope object
- values: List of
N
Tensors to concatenate. Their ranks and types must match, and their sizes must match in all dimensions exceptconcat_dim
. - axis: 0-D. The dimension along which to concatenate. Must be in the range [-rank(values), rank(values)).
Returns:
Output
: ATensor
with the concatenation of values stacked along theconcat_dim
dimension. This tensor's shape matches that ofvalues
except inconcat_dim
where it has the sum of the sizes.
Constructors and Destructors |
|
---|---|
Concat(const ::tensorflow::Scope & scope, ::tensorflow::InputList values, ::tensorflow::Input axis)
|
Public attributes |
|
---|---|
operation
|
|
output
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
operation
Operation operation
output
::tensorflow::Output output
Public functions
Concat
Concat( const ::tensorflow::Scope & scope, ::tensorflow::InputList values, ::tensorflow::Input axis )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const