Restez organisé à l'aide des collections Enregistrez et classez les contenus selon vos préférences.

tensorflow :: opérations :: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

Calculez des dégradés pour une opération FakeQuantWithMinMaxArgs .

Résumé

Arguments:

Retour:

Constructeurs et destructeurs

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)

Attributs publics

backprops
operation

Fonctions publiques

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

Fonctions statiques publiques

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

Structs

tensorflow :: ops :: FakeQuantWithMinMaxArgsGradient :: Attrs

Définisseurs d' attributs facultatifs pour FakeQuantWithMinMaxArgsGradient .

Attributs publics

backprops

::tensorflow::Output backprops

opération

Operation operation

Fonctions publiques

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
)

nœud

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const 

Fonctions statiques publiques

Max

Attrs Max(
  float x
)

Min

Attrs Min(
  float x
)

Fourchette étroite

Attrs NarrowRange(
  bool x
)

NumBits

Attrs NumBits(
  int64 x
)