tensoreflusso:: ops:: BiasAggiungi
#include <nn_ops.h>
Aggiunge bias
al value
.
Riepilogo
Questo è un caso speciale di tf.add
in cui bias
è limitato a 1-D. La trasmissione è supportata, quindi value
può avere un numero qualsiasi di dimensioni.
Argomenti:
- scope: un oggetto Scope
- valore: qualsiasi numero di dimensioni.
- bias: 1-D con dimensione l'ultima dimensione del
value
.
Attributi facoltativi (vedi Attrs
):
- data_format: specifica il formato dei dati di input e output. Con il formato predefinito "NHWC", il tensore del bias verrà aggiunto all'ultima dimensione del tensore del valore. In alternativa, il formato potrebbe essere "NCHW", l'ordine di archiviazione dei dati di: [batch, in_channels, in_height, in_width]. Il tensore verrà aggiunto a "in_channels", la terzultima dimensione.
Resi:
-
Output
: somma trasmessa divalue
ebias
.
Costruttori e distruttori | |
---|---|
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) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funzioni pubbliche statiche | |
---|---|
DataFormat (StringPiece x) |
Strutture | |
---|---|
tensorflow:: ops:: BiasAdd:: Attrs | Setter di attributi facoltativi per BiasAdd . |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
BiasAggiungi
BiasAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input value, ::tensorflow::Input bias )
BiasAggiungi
BiasAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input value, ::tensorflow::Input bias, const BiasAdd::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const
Funzioni pubbliche statiche
Formato dati
Attrs DataFormat( StringPiece x )