Google I/O में ट्यूनिंग के लिए धन्यवाद। मांग पर सभी सत्र देखें मांग पर देखें

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

#include <nn_ops.h>

मैक्सपूलिंग फ़ंक्शन के दूसरे क्रम के ग्रेडिएंट की गणना करता है।

सारांश

तर्क:

  • गुंजाइश: एक स्कोप ऑब्जेक्ट
  • इनपुट: मूल इनपुट।
  • grad: आकार के साथ 4-D [batch, height, width, channels]max_pool के इनपुट को max_pool
  • argmax: max_pool के प्रत्येक आउटपुट के लिए चुने गए अधिकतम मूल्यों के max_pool
  • ksize: इनपुट टेंसर के प्रत्येक आयाम के लिए विंडो का आकार।
  • strides: इनपुट टेंसर के प्रत्येक आयाम के लिए स्लाइडिंग विंडो के स्ट्राइड।
  • पैडिंग: उपयोग करने के लिए पैडिंग एल्गोरिथ्म का प्रकार।

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

  • शामिल argmax : क्या argmax चपटा सूचकांक में बैच आयाम शामिल argmax

रिटर्न:

  • Output : ग्रेडिएंट्स के max_pool के इनपुट को max_pool

कंस्ट्रक्टर और डिस्ट्रक्टर्स

MaxPoolGradGradWithArgmax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input grad, :: tensorflow::Input argmax, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPoolGradGradWithArgmax (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input grad, :: tensorflow::Input argmax, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPoolGradGradWithArgmax::Attrs & attrs)

सार्वजनिक विशेषताएँ

operation
output

सार्वजनिक कार्य

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

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

IncludeBatchInIndex (bool x)

संरचनाएं

टेंसरफ़्लो :: ऑप्स :: मैक्सपूलग्रैडग्रैडविथअर्जमैक्स :: अट्र्स

MaxPoolGradGradWithArgmax के लिए वैकल्पिक विशेषता बसती है

सार्वजनिक विशेषताएँ

ऑपरेशन

Operation operation

उत्पादन

::tensorflow::Output output

सार्वजनिक कार्य

MaxPoolGradGradWithArgmax

 MaxPoolGradGradWithArgmax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input grad,
  ::tensorflow::Input argmax,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

MaxPoolGradGradWithArgmax

 MaxPoolGradGradWithArgmax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input grad,
  ::tensorflow::Input argmax,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPoolGradGradWithArgmax::Attrs & attrs
)

नोड

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 
है

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

 operator::tensorflow::Output() const 

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

शामिल करें

Attrs IncludeBatchInIndex(
  bool x
)