Tensorflow :: ops :: InplaceUpdate
#include <array_ops.h>
Aktualisiert angegebene Zeilen mit Werten in v
.
Zusammenfassung
Berechnet x[i, :] = v; return x
.
Argumente:
- scope: Ein Scope- Objekt
- x: Ein Tensor vom Typ
T
- i: Ein Vektor. Indizes in die am weitesten links stehende Dimension von
x
. - v: Ein
Tensor
vom Typ T. Gleiche Abmessungsgrößen wie x mit Ausnahme der ersten Abmessung, die der Größe von i entsprechen muss.
Kehrt zurück:
-
Output
: EinTensor
vom Typ T. Ein Alias vonx
. Der Inhalt vony
ist undefiniert, wenn ini
Duplikate vorhanden sind.
Konstruktoren und Destruktoren | |
---|---|
InplaceUpdate (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v) |
Öffentliche Attribute | |
---|---|
operation | |
y |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche Attribute
Operation
Operation operation
y
::tensorflow::Output y
Öffentliche Funktionen
InplaceUpdate
InplaceUpdate( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input i, ::tensorflow::Input v )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const