تدفق التوتر:: العمليات:: FakeQuantWithMinMaxArgsGradient

#include <array_ops.h>

حساب التدرجات لعملية 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::الإدخال

 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
)