Tensorflow :: ops :: InplaceAdd
#include <array_ops.h>
Fügt v in die angegebenen Zeilen von x ein.
Zusammenfassung
Berechnet y = x; y [i ,:] + = v; return y.
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 | |
---|---|
InplaceAdd (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
InplaceAdd
InplaceAdd( 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