tensorflow:: אופס:: InplaceUpdate

#include <array_ops.h>

מעדכן את השורות 'i' שצוינו עם הערכים 'v'.

תַקצִיר

Computes x[i, :] = v; return x .

Originally this function is mutative however for compilation we make this operation create / operate on a copy of x .

טיעונים:

  • scope: אובייקט Scope
  • x: A tensor of type T .
  • i: A vector. Indices into the left-most dimension of x .
  • v: A Tensor of type T. Same dimension sizes as x except the first dimension, which must be the same as i's size.

החזרות:

  • Output : A Tensor of type T. An alias of x . The content of y is undefined if there are duplicates in i .

בנאים והורסים

InplaceUpdate (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v)

תכונות ציבוריות

operation
y

תפקידים ציבוריים

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

תכונות ציבוריות

מִבצָע

Operation operation

y

::tensorflow::Output y

תפקידים ציבוריים

InplaceUpdate

 InplaceUpdate(
  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