tensorflow :: ops :: QuantizeAndDequantizeV3

#include <array_ops.h>

Quantiza então desquantiza um tensor.

Resumo

Isso é quase idêntico a QuantizeAndDequantizeV2 , exceto que num_bits é um tensor, portanto, seu valor pode mudar durante o treinamento.

Argumentos:

Retorna:

  • Output : o tensor de saída.

Construtores e Destruidores

QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits)
QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs)

Atributos públicos

operation
output

Funções públicas

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Funções estáticas públicas

Axis (int64 x)
NarrowRange (bool x)
RangeGiven (bool x)
SignedInput (bool x)

Structs

tensorflow :: ops :: QuantizeAndDequantizeV3 :: Attrs

Configuradores de atributos opcionais para QuantizeAndDequantizeV3 .

Atributos públicos

Operação

Operation operation

resultado

::tensorflow::Output output

Funções públicas

QuantizeAndDequantizeV3

 QuantizeAndDequantizeV3(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input input_min,
  ::tensorflow::Input input_max,
  ::tensorflow::Input num_bits
)

QuantizeAndDequantizeV3

 QuantizeAndDequantizeV3(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input input_min,
  ::tensorflow::Input input_max,
  ::tensorflow::Input num_bits,
  const QuantizeAndDequantizeV3::Attrs & attrs
)

::tensorflow::Node * node() const 

operador :: tensorflow :: Input

 operator::tensorflow::Input() const 

operador :: tensorflow :: Saída

 operator::tensorflow::Output() const 

Funções estáticas públicas

Eixo

Attrs Axis(
  int64 x
)

Curto alcance

Attrs NarrowRange(
  bool x
)

RangeGiven

Attrs RangeGiven(
  bool x
)

SignedInput

Attrs SignedInput(
  bool x
)