tensoreflusso:: ops:: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

Calcola i gradienti per un'operazione FakeQuantWithMinMaxArgs .

Riepilogo

Argomenti:

Ritorna:

Costruttori e distruttori

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)

Attributi pubblici

backprops
operation

Funzioni pubbliche

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

Funzioni pubbliche statiche

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

Strutture

tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient:: Attrs

Setter di attributi facoltativi per FakeQuantWithMinMaxArgsGradient .

Attributi pubblici

supporti posteriori

::tensorflow::Output backprops

operazione

Operation operation

Funzioni pubbliche

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
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const 

Funzioni pubbliche statiche

Massimo

Attrs Max(
  float x
)

minimo

Attrs Min(
  float x
)

Gamma ristretta

Attrs NarrowRange(
  bool x
)

NumBits

Attrs NumBits(
  int64 x
)