টেনসরফ্লো :: অপস:: বালতি করা
#include <math_ops.h>
'সীমানা' এর উপর ভিত্তি করে 'ইনপুট' বাকেটাইজ করে।
সারাংশ
উদাহরণস্বরূপ, যদি ইনপুটগুলি সীমানা হয় = [0, 10, 100] ইনপুট = [[-5, 10000] [150, 10] [5, 100]]
তাহলে আউটপুট হবে আউটপুট = [[0, 3] [3, 2] [1, 3]]
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- ইনপুট: টেনসরের যেকোন আকৃতিতে int বা ফ্লোট টাইপ থাকে।
- সীমানা: ফ্লোটগুলির একটি সাজানো তালিকা বালতির সীমানা দেয়।
রিটার্ন:
-
Output
: 'ইনপুট'-এর সাথে একই আকৃতি, ইনপুটের প্রতিটি মান বালতি সূচক দিয়ে প্রতিস্থাপিত হয়।
(numpy) np.digitize এর সমতুল্য।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Bucketize (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< float > & boundaries) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
output |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
বালতি করা
Bucketize( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< float > & boundaries )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const