tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

Calcule gradientes para uma operação FakeQuantWithMinMaxArgs .

Resumo

Argumentos:

Retorna:

  • Output : gradientes retropropagados abaixo da operação FakeQuantWithMinMaxArgs : gradients * (inputs >= min && inputs <= max) . gradients * (inputs >= min && inputs <= max) .

Construtores e Destruidores

FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs)
FakeQuantWithMinMaxArgsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, const FakeQuantWithMinMaxArgsGradient::Attrs & attrs)

Atributos públicos

backprops
operation

Funções públicas

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

Funções estáticas públicas

Max (float x)
Min (float x)
NarrowRange (bool x)
NumBits (int64 x)

Structs

tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient :: Attrs

Configuradores de atributos opcionais para FakeQuantWithMinMaxArgsGradient .

Atributos públicos

backprops

::tensorflow::Output backprops

Operação

Operation operation

Funções públicas

FakeQuantWithMinMaxArgsGradient

 FakeQuantWithMinMaxArgsGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs
)

FakeQuantWithMinMaxArgsGradient

 FakeQuantWithMinMaxArgsGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs,
  const FakeQuantWithMinMaxArgsGradient::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

Máx.

Attrs Max(
  float x
)

Min

Attrs Min(
  float x
)

Curto alcance

Attrs NarrowRange(
  bool x
)

NumBits

Attrs NumBits(
  int64 x
)