সেন্সরফ্লো :: অপস :: Dilation2DBackpropFilter
#include <nn_ops.h>
ফিল্টারটির সাথে সম্মানজনক 2-ডি প্রসারণের গ্রেডিয়েন্ট গণনা করে।
সারসংক্ষেপ
যুক্তি:
- সুযোগ: একটি স্কোপ অবজেক্ট
- ইনপুট: 4-ডি আকৃতির সাথে
[batch, in_height, in_width, depth]
। - ফিল্টার: 3-ডি আকৃতির সাথে
[filter_height, filter_width, depth]
। - আউট_ব্যাক্রপ: 4-ডি আকৃতির সাথে
[batch, out_height, out_width, depth]
। - স্ট্রাইডস: দৈর্ঘ্যের 1-ডি 4. ইনপুট টেনসরের প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর স্ট্রাইড। অবশ্যই হতে হবে:
[1, stride_height, stride_width, 1]
- হারগুলি: দৈর্ঘ্যের 1-ডি ৪. অ্যাট্রাস মোড়ফোলজিকাল ডিলিশনের জন্য ইনপুট স্ট্রাইড। অবশ্যই হতে হবে:
[1, rate_height, rate_width, 1]
- প্যাডিং: প্যাডিং অ্যালগরিদমের ধরণটি।
রিটার্নস:
-
Output
: আকারের সাথে 3-ডি[filter_height, filter_width, depth]
।
নির্মাণকারী এবং ধ্বংসকারী | |
---|---|
Dilation2DBackpropFilter (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding) |
জনসাধারণের গুণাবলী | |
---|---|
filter_backprop | |
operation |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
জনসাধারণের গুণাবলী
ফিল্টার_ব্র্যাপ
::tensorflow::Output filter_backprop
অপারেশন
Operation operation
পাবলিক ফাংশন
Dilation2DBackpropFilter
Dilation2DBackpropFilter( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding )
নোড
::tensorflow::Node * node() const
অপারেটর :: টেনসরফ্লো :: ইনপুট
operator::tensorflow::Input() const
অপারেটর :: টেনসরফ্লো :: আউটপুট
operator::tensorflow::Output() const