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

#include <nn_ops.h>

ইনপুটটিতে 3 ডি সর্বাধিক পুলিং সম্পাদন করে।

সারসংক্ষেপ

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • ইনপুট: আকৃতির [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 : সর্বাধিক পোল্ড আউটপুট টেনসর।

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

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

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

operation
output

পাবলিক ফাংশন

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

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

DataFormat (StringPiece x)

স্ট্রাক্টস

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

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

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

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

ম্যাকপুল 3 ডি

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

ম্যাকপুল 3 ডি

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

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

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

Attrs DataFormat(
  StringPiece x
)