tensorflow :: ops :: BiasAddGrad
#include <nn_ops.h>
"Bias" tensöründe "BiasAdd" için geriye doğru işlem.
Özet
Out_backprop'tan tüm değerleri unsur boyutuna biriktirir. NHWC veri formatı için, unsur boyutu sonuncudur. NCHW veri biçimi için, özellik boyutu üçüncüden sona kadardır.
Argümanlar:
- kapsam: Bir Scope nesnesi
- out_backprop: Herhangi bir sayıda boyut.
İsteğe bağlı özellikler (bkz. Attrs
):
- data_format: Giriş ve çıkış verilerinin veri formatını belirtin. Varsayılan biçim "NHWC" ile, önyargı tensörü, değer tensörünün son boyutuna eklenecektir. Alternatif olarak, format "NCHW" olabilir, veri saklama sırası: [toplu, kanal içi, yükseklik, genişlik]. Tensör, üçüncüden sona boyut olan "kanal içi" boyutuna eklenecektir.
İadeler:
-
Output
:out_backprop
özellik boyutuna sahip 1-D.
Yapıcılar ve Yıkıcılar | |
---|---|
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop) | |
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
DataFormat (StringPiece x) |
Yapılar | |
---|---|
tensorflow :: ops :: BiasAddGrad :: Attrs | BiasAddGrad için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
BiasAddGrad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop )
BiasAddGrad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Veri formatı
Attrs DataFormat( StringPiece x )