flux tensoriel : : opérations : : DataFormatDimMap : Attributs
#include <nn_ops.h>
Setters d'attributs facultatifs pour DataFormatDimMap .
Résumé
Attributs publics | |
---|---|
dst_format_ = "NCHW" | StringPiece |
src_format_ = "NHWC" | StringPiece |
Fonctions publiques | |
---|---|
DstFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs format de données de destination. |
SrcFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs format des données sources. |
Attributs publics
dst_format_
StringPiece tensorflow::ops::DataFormatDimMap::Attrs::dst_format_ = "NCHW"
src_format_
StringPiece tensorflow::ops::DataFormatDimMap::Attrs::src_format_ = "NHWC"
Fonctions publiques
FormatDst
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatDimMap::Attrs::DstFormat( StringPiece x )
format de données de destination.
La valeur par défaut est "NCHW".
FormatSrc
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatDimMap::Attrs::SrcFormat( StringPiece x )
format des données sources.
La valeur par défaut est "NHWC"