tensorflow :: ops :: FakeQuantWithMinMaxVarsPerChannelGradient :: Attrs

#include <array_ops.h>

Configuradores de atributos opcionais para FakeQuantWithMinMaxVarsPerChannelGradient .

Resumo

Atributos públicos

narrow_range_ = false
bool
num_bits_ = 8
int64

Funções públicas

NarrowRange (bool x)
TF_MUST_USE_RESULT Attrs
Se deve ser quantizado em 2 ^ num_bits - 1 valores distintos.
NumBits (int64 x)
TF_MUST_USE_RESULT Attrs
A largura de bits da quantização; entre 2 e 16, inclusive.

Atributos públicos

curto alcance_

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

num_bits_

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

Funções públicas

Curto alcance

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

Se deve ser quantizado em 2 ^ num_bits - 1 valores distintos.

Padrões para falso

NumBits

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

A largura de bits da quantização; entre 2 e 16, inclusive.

Padrões para 8