टेंसरफ़्लो:: ऑप्स:: 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)

संरचनाएँ

टेंसरफ़्लो:: ऑप्स:: 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 

ऑपरेटर::टेन्सरफ़्लो::इनपुट

 operator::tensorflow::Input() const 

ऑपरेटर::टेन्सरफ़्लो::आउटपुट

 operator::tensorflow::Output() const 

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

अधिकतम

Attrs Max(
  float x
)

मिन

Attrs Min(
  float x
)

संकीर्ण रेंज

Attrs NarrowRange(
  bool x
)

संख्या बिट्स

Attrs NumBits(
  int64 x
)