টেনসরফ্লো :: অপস:: ফ্লোরমড
#include <math_ops.h>
ভাগের উপাদান অনুযায়ী অবশিষ্টাংশ প্রদান করে।
সারাংশ
যখন x < 0
xor y < 0
হয়
সত্য, এটি পাইথন শব্দার্থবিদ্যাকে অনুসরণ করে যে এখানে ফলাফলটি ফ্লোরিং ডিভাইডের সাথে সামঞ্জস্যপূর্ণ। যেমন floor(x / y) * y + mod(x, y) = x
।
দ্রষ্টব্য : FloorMod
সম্প্রচার সমর্থন করে। এখানে সম্প্রচার সম্পর্কে আরো
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: z টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
FloorMod (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
z |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
z
::tensorflow::Output z
পাবলিক ফাংশন
ফ্লোরমড
FloorMod( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const