Tensorflow :: ops :: DataFormatDimMap
#include <nn_ops.h>
Gibt den Dimensionsindex im Zieldatenformat zurück, das in angegeben ist.
Zusammenfassung
das Quelldatenformat.
Argumente:
- scope: Ein Scope- Objekt
- x: Ein Tensor mit jedem Element als Dimensionsindex im Quelldatenformat. Muss im Bereich [-4, 4) liegen.
Optionale Attribute (siehe Attrs
):
- src_format: Quelldatenformat.
- dst_format: Zieldatenformat.
Kehrt zurück:
Konstruktoren und Destruktoren | |
---|---|
DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatDimMap::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 :: DataFormatDimMap :: Attrs | Optionale Attributsetzer für DataFormatDimMap . |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
DataFormatDimMap
DataFormatDimMap( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
DataFormatDimMap
DataFormatDimMap( const ::tensorflow::Scope & scope, ::tensorflow::Input x, const DataFormatDimMap::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 )