টেনসরফ্লো :: অপস:: Dilation2DBackpropInput
#include <nn_ops.h>
ইনপুট সাপেক্ষে morphological 2-D প্রসারণের গ্রেডিয়েন্ট গণনা করে।
সারাংশ
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- ইনপুট: আকৃতি সহ 4-D
[batch, in_height, in_width, depth]
। - ফিল্টার: 3-ডি আকৃতি সহ
[filter_height, filter_width, depth]
। - out_backprop: আকৃতি সহ 4-D
[batch, out_height, out_width, depth]
। - স্ট্রাইডস: দৈর্ঘ্যের 1-D 4. ইনপুট টেনসরের প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর অগ্রগতি। হতে হবে:
[1, stride_height, stride_width, 1]
। - হার: দৈর্ঘ্যের 1-ডি 4. অ্যাট্রাস আকারগত প্রসারণের জন্য ইনপুট স্ট্রাইড। হতে হবে:
[1, rate_height, rate_width, 1]
। - প্যাডিং: ব্যবহার করার জন্য প্যাডিং অ্যালগরিদমের ধরন।
রিটার্ন:
-
Output
: 4-D আকার সহ[batch, in_height, in_width, depth]
।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Dilation2DBackpropInput (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) |
পাবলিক বৈশিষ্ট্য | |
---|---|
in_backprop | |
operation |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
in_backprop
::tensorflow::Output in_backprop
অপারেশন
Operation operation
পাবলিক ফাংশন
Dilation2DBackpropInput
Dilation2DBackpropInput( 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