টেনসরফ্লো :: অপস:: Conv3DBackpropInputV2
#include <nn_ops.h>
ইনপুট সাপেক্ষে 3-D কনভোলিউশনের গ্রেডিয়েন্ট গণনা করে।
সারাংশ
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- input_sizes: একটি পূর্ণসংখ্যা ভেক্টর
input
টেনসর আকৃতির প্রতিনিধিত্ব করে, যেখানেinput
একটি 5-D[batch, depth, rows, cols, in_channels]
টেনসর। - ফিল্টার: আকার
[depth, rows, cols, in_channels, out_channels]
।in_channels
অবশ্যইinput
এবংfilter
মধ্যে মিলতে হবে। - out_backprop: আকৃতির ব্যাকপ্রপ সংকেত
[batch, out_depth, out_rows, out_cols, out_channels]
। - স্ট্রাইডস: দৈর্ঘ্যের 1-ডি টেনসর 5.
input
প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর অগ্রগতি।strides[0] = strides[4] = 1
থাকতে হবে। - প্যাডিং: ব্যবহার করার জন্য প্যাডিং অ্যালগরিদমের ধরন।
ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs
):
- data_format: ইনপুট এবং আউটপুট ডেটার ডেটা বিন্যাস। ডিফল্ট ফর্ম্যাট "NDHWC" এর সাথে, ডেটা এই ক্রমে সংরক্ষিত হয়: [ব্যাচ, ইন_ডেপথ, ইন_উচ্চতা, ইন_প্রস্থ, ইন_চ্যানেল]। বিকল্পভাবে, ফর্ম্যাটটি "NCDHW" হতে পারে, ডেটা স্টোরেজ অর্ডার হল: [ব্যাচ, ইন_চ্যানেল, ইন_ডেপথ, ইন_উচ্চতা, ইন_প্রস্থ]।
- প্রসারণ: দৈর্ঘ্যের 1-ডি টেনসর 5.
input
প্রতিটি মাত্রার জন্য প্রসারিত ফ্যাক্টর। k > 1 তে সেট করা হলে, সেই মাত্রার প্রতিটি ফিল্টার উপাদানের মধ্যে k-1 এড়িয়ে যাওয়া ঘর থাকবে। মাত্রার ক্রমdata_format
এর মান দ্বারা নির্ধারিত হয়, বিশদ বিবরণের জন্য উপরে দেখুন। ব্যাচের প্রসারণ এবং গভীরতার মাত্রা অবশ্যই 1 হতে হবে।
রিটার্ন:
-
Output
: আউটপুট টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv3DBackpropInputV2::Attrs & attrs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
output |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
DataFormat (StringPiece x) | |
Dilations (const gtl::ArraySlice< int > & x) |
কাঠামো | |
---|---|
tensorflow:: ops:: Conv3DBackpropInputV2:: Attrs | Conv3DBackpropInputV2 এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার। |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
Conv3DBackpropInputV2
Conv3DBackpropInputV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding )
Conv3DBackpropInputV2
Conv3DBackpropInputV2( const ::tensorflow::Scope & scope, ::tensorflow::Input input_sizes, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv3DBackpropInputV2::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
ডেটা ফরম্যাট
Attrs DataFormat( StringPiece x )
প্রসারণ
Attrs Dilations( const gtl::ArraySlice< int > & x )