Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

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

Краткое описание

Аргументы:

  • scope: Объект Scope
  • gradients: Градиенты обратного распространения выше операции FakeQuantWithMinMaxArgs.
  • inputs: Значения, переданные в качестве входных данных для операции 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
::tensorflow::Output
operation
Operation
Общедоступные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Общедоступные статические функции
Max(float x)
Attrs
Min(float x)
Attrs
NarrowRange(bool x)
Attrs
NumBits(int64 x)
Attrs
Структуры
tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs

Дополнительные настройки для FakeQuantWithMinMaxArgsGradient.

Общедоступные атрибуты

backprops

::tensorflow::Output backprops

operation

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
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Общедоступные статические функции

Макс

Attrs Max(
  float x
)

Мин

Attrs Min(
  float x
)

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

Attrs NarrowRange(
  bool x
)

КоличествоБитов

Attrs NumBits(
  int64 x
)

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/class/tensorflow/ops/fake-quant-with-min-max-args-gradient

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API