tensorflow :: ops :: BiasAdd
#include <nn_ops.h>
Ekler bias
için value
.
Özet
Bu özel bir durumdur tf.add
bias
1-D, sınırlandırılmıştır. Yayın desteklendiğinden, value
herhangi bir sayıda boyutu olabilir.
Argümanlar:
- kapsam: Bir Scope nesnesi
- değer: Herhangi bir sayıda boyut.
- sapma: 1-D,
value
son boyutu.
İ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
: Yayınlananvalue
vebias
toplamı.
Yapıcılar ve Yıkıcılar | |
---|---|
BiasAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input value, :: tensorflow::Input bias) | |
BiasAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input value, :: tensorflow::Input bias, const BiasAdd::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 :: BiasAdd :: Attrs | BiasAdd için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
BiasAdd
BiasAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input value, ::tensorflow::Input bias )
BiasAdd
BiasAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input value, ::tensorflow::Input bias, const BiasAdd::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 )