tensorflow :: ops :: QuantizedConv2D :: Attrs
#include <nn_ops.h>
QuantizedConv2Dのオプションの属性セッター。
概要
パブリック属性 | |
---|---|
dilations_ = Default_dilations() | gtl::ArraySlice< int > |
out_type_ = DT_QINT32 | DataType |
公の行事 | |
---|---|
Dilations (const gtl::ArraySlice< int > & x) | TF_MUST_USE_RESULT Attrs 長さ4の1-Dテンソル。 |
OutType (DataType x) | TF_MUST_USE_RESULT Attrs デフォルトはDT_QINT32です。 |
パブリック属性
dilations_
gtl::ArraySlice< int > tensorflow::ops::QuantizedConv2D::Attrs::dilations_ = Default_dilations()
out_type_
DataType tensorflow::ops::QuantizedConv2D::Attrs::out_type_ = DT_QINT32
公の行事
膨張
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::Dilations( const gtl::ArraySlice< int > & x )
長さ4の1-Dテンソル。
input
各次元の膨張係数。 k> 1に設定すると、その次元の各フィルター要素の間にk-1個のスキップされたセルがあります。ディメンションの順序は、 data_format
の値によって決定されます。詳細については上記を参照してください。バッチおよび深さ寸法の膨張は1でなければなりません。
デフォルトは[1、1、1、1]です。
OutType
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::OutType( DataType x )
デフォルトはDT_QINT32です。