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