टेंसरफ़्लो:: ऑप्स:: FakeQuantWithMinMaxVarsPerChannelGradient

#include <array_ops.h>

FakeQuantWithMinMaxVarsPerChannel ऑपरेशन के लिए ग्रेडिएंट की गणना करें।

सारांश

तर्क:

  • स्कोप: एक स्कोप ऑब्जेक्ट
  • ग्रेडिएंट्स: FakeQuantWithMinMaxVars ऑपरेशन के ऊपर बैकप्रॉपैगेटेड ग्रेडिएंट्स, इनमें से एक को आकार देते हैं: [d] , [b, d] , [b, h, w, d]
  • इनपुट: FakeQuantWithMinMaxVars ऑपरेशन में इनपुट के रूप में पारित मान, gradients के समान आकार के होते हैं। न्यूनतम, अधिकतम: परिमाणीकरण अंतराल, आकार की फ़्लोट्स [d]

वैकल्पिक विशेषताएँ (देखें Attrs ):

  • num_bits: परिमाणीकरण की बिटविड्थ; 2 और 16 के बीच, सम्मिलित।
  • नैरो_रेंज: क्या मात्रा को 2^num_bits में विभाजित करना है - 1 अलग-अलग मान।

रिटर्न:

  • Output बैकप्रॉप्स_wrt_input: बैकप्रॉपैगेटेड ग्रेडिएंट्स wrt इनपुट्स, आकार inputs के समान: gradients * (inputs >= min && inputs <= max)
  • Output बैकप्रॉप_wrt_min: बैकप्रॉपैगेटेड ग्रेडिएंट्स wrt न्यूनतम पैरामीटर, आकार [d] : sum_per_d(gradients * (inputs < min))
  • Output बैकप्रॉप_wrt_max: बैकप्रॉपैगेटेड ग्रेडिएंट्स wrt अधिकतम पैरामीटर, आकार [d] : sum_per_d(gradients * (inputs > max))

निर्माता और विध्वंसक

FakeQuantWithMinMaxVarsPerChannelGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max)
FakeQuantWithMinMaxVarsPerChannelGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max, const FakeQuantWithMinMaxVarsPerChannelGradient::Attrs & attrs)

सार्वजनिक गुण

backprop_wrt_max
backprop_wrt_min
backprops_wrt_input
operation

सार्वजनिक स्थैतिक कार्य

NarrowRange (bool x)
NumBits (int64 x)

संरचनाएँ

टेंसरफ़्लो:: ऑप्स:: FakeQuantWithMinMaxVarsPerChannelGradient:: Attrs

FakeQuantWithMinMaxVarsPerChannelGradient के लिए वैकल्पिक विशेषता सेटर्स।

सार्वजनिक गुण

बैकप्रॉप_wrt_max

::tensorflow::Output backprop_wrt_max

बैकप्रॉप_wrt_min

::tensorflow::Output backprop_wrt_min

बैकप्रॉप्स_wrt_input

::tensorflow::Output backprops_wrt_input

संचालन

Operation operation

सार्वजनिक समारोह

FakeQuantWithMinMaxVarsPerChannelGradient

 FakeQuantWithMinMaxVarsPerChannelGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs,
  ::tensorflow::Input min,
  ::tensorflow::Input max
)

FakeQuantWithMinMaxVarsPerChannelGradient

 FakeQuantWithMinMaxVarsPerChannelGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input gradients,
  ::tensorflow::Input inputs,
  ::tensorflow::Input min,
  ::tensorflow::Input max,
  const FakeQuantWithMinMaxVarsPerChannelGradient::Attrs & attrs
)

सार्वजनिक स्थैतिक कार्य

संकीर्ण रेंज

Attrs NarrowRange(
  bool x
)

संख्या बिट्स

Attrs NumBits(
  int64 x
)