Merci de vous être connecté à Google I/O. Voir toutes les sessions à la demande Regarder à la demande

tensorflow :: opérations :: QuantizeV2 :: Attrs

#include <array_ops.h>

Définisseurs d'attributs facultatifs pour QuantizeV2 .

Résumé

Attributs publics

mode_ = "MIN_COMBINED"
StringPiece
round_mode_ = "HALF_AWAY_FROM_ZERO"
StringPiece

Fonctions publiques

Mode (StringPiece x)
TF_MUST_USE_RESULT Attrs
La valeur par défaut est "MIN_COMBINED".
RoundMode (StringPiece x)
TF_MUST_USE_RESULT Attrs
La valeur par défaut est "HALF_AWAY_FROM_ZERO".

Attributs publics

mode_

StringPiece tensorflow::ops::QuantizeV2::Attrs::mode_ = "MIN_COMBINED"

round_mode_

StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"

Fonctions publiques

Mode

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Mode(
  StringPiece x
)

La valeur par défaut est "MIN_COMBINED".

RoundMode

TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode(
  StringPiece x
)

La valeur par défaut est "HALF_AWAY_FROM_ZERO".