tensorflow:: אופס:: InplaceAdd
#include <array_ops.h>
מוסיף v לשורות שצוינו של x.
תַקצִיר
מחשב y = x; y[i, :] += v; להחזיר y.
טיעונים:
- scope: אובייקט Scope
- x:
Tensor
מסוג T. - i: וקטור. מדדים לממד השמאלי ביותר של
x
. - v:
Tensor
מסוג T. אותם מידות ממדים כמו x מלבד הממד הראשון, שעליו להיות זהה לגודל i.
החזרות:
בנאים והורסים | |
---|---|
InplaceAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v) |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
תכונות ציבוריות
מִבצָע
Operation operation
y
::tensorflow::Output y
תפקידים ציבוריים
InplaceAdd
InplaceAdd(
const ::tensorflow::Scope & scope,
::tensorflow::Input x,
::tensorflow::Input i,
::tensorflow::Input v
)
צוֹמֶת
::tensorflow::Node * node() const
מפעיל::tensorflow::קלט
operator::tensorflow::Input() const
אופרטור::tensorflow::פלט
operator::tensorflow::Output() const