тензорный поток:: опс:: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

Вычислите градиенты для операции FakeQuantWithMinMaxArgs .

Краткое содержание

Аргументы:

  • область: объект области .
  • градиенты: градиенты обратного распространения над операцией FakeQuantWithMinMaxArgs .
  • входные данные: значения, передаваемые в качестве входных данных для операции FakeQuantWithMinMaxArgs .

Возврат:

  • Output : градиенты с обратным распространением ошибки ниже операции FakeQuantWithMinMaxArgs : gradients * (inputs >= min && inputs <= max) .

Конструкторы и деструкторы

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)

Публичные атрибуты

backprops
operation

Общественные функции

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

Публичные статические функции

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

Структуры

tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient:: Attrs

Необязательные установщики атрибутов для FakeQuantWithMinMaxArgsGradient .

Публичные атрибуты

подпорки

::tensorflow::Output backprops

операция

Operation operation

Общественные функции

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 

оператор::tensorflow::Input

 operator::tensorflow::Input() const 

оператор::tensorflow::Выход

 operator::tensorflow::Output() const 

Публичные статические функции

Макс

Attrs Max(
  float x
)

Мин

Attrs Min(
  float x
)

Узкий диапазон

Attrs NarrowRange(
  bool x
)

Число битов

Attrs NumBits(
  int64 x
)