نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: SparseDenseCwiseDiv

#include <sparse_ops.h>

عنصر الحكمة يقسم SparseTensor بواسطة Tensor كثيف.

ملخص

التقييد : هذا المرجع يبث فقط الجانب الكثيف إلى الجانب المتناثر ، ولكن ليس الاتجاه الآخر.

الحجج:

  • النطاق: كائن النطاق
  • sp_indices: 2-د. مصفوفة N x R مع مؤشرات القيم غير الفارغة في SparseTensor ، ربما لا تكون بالترتيب الأساسي.
  • sp_values: 1-د. N قيم غير فارغة تقابل sp_indices .
  • sp_ الشكل: 1-د. شكل الإدخال SparseTensor.
  • كثيف: R -D. معامل التنسور الكثيف.

عائدات:

  • Output : 1-D. قيم N التي يتم تشغيلها.

البنائين والمدمرين

SparseDenseCwiseDiv (const :: tensorflow::Scope & scope, :: tensorflow::Input sp_indices, :: tensorflow::Input sp_values, :: tensorflow::Input sp_shape, :: tensorflow::Input dense)

السمات العامة

operation
output

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

السمات العامة

عملية

Operation operation

انتاج

::tensorflow::Output output

الوظائف العامة

SparseDenseCwiseDiv

 SparseDenseCwiseDiv(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input sp_indices,
  ::tensorflow::Input sp_values,
  ::tensorflow::Input sp_shape,
  ::tensorflow::Input dense
)

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const