Tensorflow :: ops :: DataFormatVecPermute
#include <nn_ops.h>
Gibt den permutierten Vektor / Tensor im Zieldatenformat mit dem angegebenen Wert zurück.
Zusammenfassung
eine im Quelldatenformat.
Argumente:
Optionale Attribute (siehe Attrs
):
- src_format: Quelldatenformat.
- dst_format: Zieldatenformat.
Kehrt zurück:
Konstruktoren und Destruktoren | |
---|---|
DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatVecPermute::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
y |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
DstFormat (StringPiece x) | |
SrcFormat (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: DataFormatVecPermute :: Attrs | Optionale Attributsetzer für DataFormatVecPermute . |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
DataFormatVecPermute
DataFormatVecPermute( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
DataFormatVecPermute
DataFormatVecPermute( const ::tensorflow::Scope & scope, ::tensorflow::Input x, const DataFormatVecPermute::Attrs & attrs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
DstFormat
Attrs DstFormat( StringPiece x )
SrcFormat
Attrs SrcFormat( StringPiece x )