تدفق التوتر:: العمليات:: SparseTensorDenseAdd

#include <sparse_ops.h>

يضيف SparseTensor Tensor كثيفًا، مما ينتج عنه Tensor كثيف.

ملخص

لا يتطلب هذا العمل أن يتم فرز a_indices بترتيب معجمي قياسي.

الحجج:

  • النطاق: كائن النطاق
  • أ_المؤشرات: 2-د. indices SparseTensor بالشكل [nnz, ndims] .
  • أ_القيم: 1-د. values SparseTensor بالشكل [nnz] .
  • أ_الشكل: 1-د. shape SparseTensor بالشكل [ndims] .
  • ب: ndims -D Tensor . مع الشكل 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 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const