টেনসরফ্লো :: অপস:: SparseTensorDenseAdd
#include <sparse_ops.h> একটি SparseTensor এবং একটি ঘন Tensor যোগ করে, একটি ঘন Tensor তৈরি করে।
সারাংশ
 এই Op-এর জন্য a_indices গুলিকে আদর্শ অভিধানিক ক্রমে সাজানোর প্রয়োজন নেই।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
-  a_index: 2-D. SparseTensorএরindices, আকৃতি[nnz, ndims]সহ।
-  a_values: 1-D. SparseTensorএরvalues, আকৃতি সহ[nnz]।
-  a_shape: 1-D. SparseTensorএরshape, আকৃতি[ndims]সহ।
-  b: ndims-D টেনসর । আকারa_shapeসহ।
রিটার্ন:
-  Output: আউটপুট টেনসর।
| কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
|---|---|
| SparseTensorDenseAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b) | 
| পাবলিক বৈশিষ্ট্য | |
|---|---|
| operation | |
| output | |
| পাবলিক ফাংশন | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
SparseTensorDenseAdd
SparseTensorDenseAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input a_indices, ::tensorflow::Input a_values, ::tensorflow::Input a_shape, ::tensorflow::Input b )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const