tensoreflusso:: ops:: QuantizedConv2D:: Attr
#include <nn_ops.h>
Setter di attributi facoltativi per QuantizedConv2D .
Riepilogo
Attributi pubblici | |
---|---|
dilations_ = Default_dilations() | gtl::ArraySlice< int > |
out_type_ = DT_QINT32 | DataType |
Funzioni pubbliche | |
---|---|
Dilations (const gtl::ArraySlice< int > & x) | TF_MUST_USE_RESULT Attrs Tensore 1-D di lunghezza 4. |
OutType (DataType x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è DT_QINT32. |
Attributi pubblici
dilatazioni_
gtl::ArraySlice< int > tensorflow::ops::QuantizedConv2D::Attrs::dilations_ = Default_dilations()
out_type_
DataType tensorflow::ops::QuantizedConv2D::Attrs::out_type_ = DT_QINT32
Funzioni pubbliche
Dilatazioni
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::Dilations( const gtl::ArraySlice< int > & x )
Tensore 1-D di lunghezza 4.
Il fattore di dilatazione per ciascuna dimensione di input
. Se impostato su k > 1, ci saranno k-1 celle saltate tra ciascun elemento filtro su quella dimensione. L'ordine delle dimensioni è determinato dal valore di data_format
, vedi sopra per i dettagli. Le dilatazioni delle dimensioni del lotto e della profondità devono essere pari a 1.
Il valore predefinito è [1, 1, 1, 1]
OutType
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::OutType( DataType x )
Il valore predefinito è DT_QINT32.