tensorflow:: אופס:: SparseTensorDenseAdd

#include <sparse_ops.h>

חיבור SparseTensor ו- Tensor צפוף, מייצר Tensor צפוף.

סיכום

אופ זה אינו דורש מיון a_indices בסדר לקסיקוגרפי סטנדרטי.

טיעונים:

  • scope: אובייקט Scope
  • a_indices: 2-D. indices של SparseTensor , עם צורה [nnz, ndims] .
  • a_values: 1-D. values של SparseTensor , עם צורה [nnz] .
  • a_shape: 1-D. 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