テンソルフロー::作戦::量子化Conv2D::属性
#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 次元テンソル。 |
OutType (DataType x) | TF_MUST_USE_RESULT Attrs デフォルトは DT_QINT32 です。 |
パブリック属性
拡張_
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 次元テンソル。
input
の各次元の膨張係数。 k > 1 に設定すると、その次元の各フィルター要素間に k-1 個のスキップされたセルが存在します。ディメンションの順序はdata_format
の値によって決まります。詳細については上記を参照してください。バッチ内の膨張と深さの寸法は 1 である必要があります。
デフォルトは [1, 1, 1, 1]
出力タイプ
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizedConv2D::Attrs::OutType( DataType x )
デフォルトは DT_QINT32 です。