#include <array_ops.h>
Returns shape of tensors.
This operation returns N 1-D integer tensors representing shape of input[i]s
.
Arguments:
Returns:
OutputList
: The output tensor. Constructors and Destructors | |
---|---|
ShapeN(const ::tensorflow::Scope & scope, ::tensorflow::InputList input) | |
ShapeN(const ::tensorflow::Scope & scope, ::tensorflow::InputList input, const ShapeN::Attrs & attrs) |
Public attributes | |
---|---|
output |
Public functions | |
---|---|
operator[](size_t index) const |
Public static functions | |
---|---|
OutType(DataType x) |
Structs | |
---|---|
tensorflow::ops::ShapeN::Attrs | Optional attribute setters for ShapeN. |
::tensorflow::OutputList output
ShapeN( const ::tensorflow::Scope & scope, ::tensorflow::InputList input )
ShapeN( const ::tensorflow::Scope & scope, ::tensorflow::InputList input, const ShapeN::Attrs & attrs )
::tensorflow::Output operator[]( size_t index ) const
Attrs OutType( DataType 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/shape-n.html