tensorflow :: ops :: InplaceSub
#include <array_ops.h>
Çıkartır v
belirtilen satırlar halinde x
.
Ö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 | |
---|---|
InplaceSub (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
InplaceSub
InplaceSub( 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