flux tensoriel : : opérations : : FakeQuantWithMinMaxVarsPerChannelGradient :: Attributs

#include <array_ops.h>

Setters d'attributs facultatifs pour FakeQuantWithMinMaxVarsPerChannelGradient .

Résumé

Attributs publics

narrow_range_ = false
bool
num_bits_ = 8
int64

Fonctions publiques

NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
S'il faut quantifier en 2^num_bits - 1 valeurs distinctes.
NumBits (int64 x)
TF_MUST_USE_RESULT Attrs
La largeur de bit de la quantification ; entre 2 et 16 ans inclus.

Attributs publics

fourchette étroite_

bool tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::narrow_range_ = false

num_bits_

int64 tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::num_bits_ = 8

Fonctions publiques

Fourchette étroite

TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::NarrowRange(
  bool x
)

S'il faut quantifier en 2^num_bits - 1 valeurs distinctes.

La valeur par défaut est false

Nombre de bits

TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxVarsPerChannelGradient::Attrs::NumBits(
  int64 x
)

La largeur de bit de la quantification ; entre 2 et 16 ans inclus.

La valeur par défaut est 8