تدفق التوتر:: العمليات:: 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) |
الوظائف العامة | |
---|---|
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