সেন্সরফ্লো :: অপস :: ম্যাকপুল 3 ডিগ্রাড

#include <nn_ops.h>

সর্বাধিক পুলিং ফাংশনের গ্রেডিয়েন্ট গণনা করে।

সারসংক্ষেপ

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • অরিজিন_পিন্ড: আসল ইনপুট টেনসর।
  • উত্স_আউটপুট: আসল আউটপুট টেনসর or
  • গ্রেড: আকৃতির আউটপুট ব্যাকপ্রপ [batch, depth, rows, cols, channels]
  • ksize: দৈর্ঘ্যের 1-ডি সেন্সর 5. ইনপুট টেনসরের প্রতিটি মাত্রার জন্য উইন্ডোর আকার। ksize[0] = ksize[4] = 1 থাকতে হবে ksize[0] = ksize[4] = 1
  • পদক্ষেপ: দৈর্ঘ্য 5. প্রতিটি আয়তনের জন্য সহচরী উইন্ডোর দীর্ঘ 1-ডি টেন্সর input । অবশ্যই strides[0] = strides[4] = 1 থাকতে হবে strides[0] = strides[4] = 1
  • প্যাডিং: প্যাডিং অ্যালগরিদমের ধরণটি।

Attrs বৈশিষ্ট্য ( Attrs ):

  • ডেটা ফর্ম্যাট: ইনপুট এবং আউটপুট ডেটার ডেটা ফর্ম্যাট। ডিফল্ট ফর্ম্যাট "এনডিএইচডব্লিউসি" এর সাথে ডেটাটি ক্রমযুক্ত: [ব্যাচ, ইন_ডেপথ, ইনহাইট, ইন_উইথ, ইন_চ্যানেলস]। বিকল্পভাবে, ফর্ম্যাটটি "এনসিডিএইচডাব্লু" হতে পারে, ডেটা স্টোরেজ অর্ডারটি হ'ল: [ব্যাচ, ইন_চ্যানেলস, ইন_ডিপথ, ইনহাইট, ইন_উইথ]

রিটার্নস:

  • Output : আউটপুট টেনসর।

নির্মাণকারী এবং ধ্বংসকারী

MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
MaxPool3DGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input orig_input, :: tensorflow::Input orig_output, :: tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3DGrad::Attrs & attrs)

জনসাধারণের গুণাবলী

operation
output

পাবলিক ফাংশন

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

পাবলিক স্ট্যাটিক ফাংশন

DataFormat (StringPiece x)

স্ট্রাক্টস

টেনসরফ্লো :: অপ্স :: ম্যাকপুল 3 ডিগ্রাড :: অ্যাটারস

ম্যাকপুল 3 ডিগ্রাডের জন্য alচ্ছিক অ্যাট্রিবিউট সেটটার

জনসাধারণের গুণাবলী

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

ম্যাকপুল 3 ডিগ্রাড

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

ম্যাকপুল 3 ডিগ্রাড

 MaxPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input,
  ::tensorflow::Input orig_output,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const MaxPool3DGrad::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

অপারেটর :: টেনসরফ্লো :: ইনপুট

 operator::tensorflow::Input() const 

অপারেটর :: টেনসরফ্লো :: আউটপুট

 operator::tensorflow::Output() const 

পাবলিক স্ট্যাটিক ফাংশন

উপাত্ত বিন্যাস

Attrs DataFormat(
  StringPiece x
)