tensorflow :: ops :: InplaceAdd
#include <array_ops.h>
X'in belirtilen satırlarına v ekler.
Özet
Y = x; y [i,:] + = v; dönüş y.
Argümanlar:
- kapsam: Bir Scope nesnesi
- x: T tipi bir
Tensor
- i: Bir vektör.
x
en soldaki boyutunax
. - v: T tipi bir
Tensor
. i'nin boyutuyla aynı olması gereken ilk boyut dışında x ile aynı boyut boyutları.
İadeler:
Yapıcılar ve Yıkıcılar | |
---|---|
InplaceAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v) |
Genel özellikler | |
---|---|
operation | |
y |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
y
::tensorflow::Output y
Kamusal işlevler
InplaceAdd
InplaceAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input i, ::tensorflow::Input v )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const