パブリック最終クラスQuantizedConv2DPerChannel
チャネルごとに QuantizedConv2D を計算します。
ネストされたクラス
| クラス | QuantizedConv2DPerChannel.Options | QuantizedConv2DPerChannelのオプションの属性 | |
定数
| 弦 | OP_NAME | TensorFlow コア エンジンによって認識される、この演算の名前 |
パブリックメソッド
| static <V extends TType > QuantizedConv2DPerChannel <V> | create ( Scopescope , Operand <? extends TType > input, Operand <? extends TType > filter, Operand < TFloat32 > minInput, Operand < TFloat32 > maxInput, Operand < TFloat32 > minFilter, Operand < TFloat32 > maxFilter, Class<V> outType 、List<Long> ストライド、文字列パディング、オプション...オプション) 新しい QuantizedConv2DPerChannel オペレーションをラップするクラスを作成するためのファクトリ メソッド。 |
| 静的QuantizedConv2DPerChannel.Options | 拡張(List<Long> 拡張) |
| 出力< TFloat32 > | maxOutput () 最終出力テンソルの最大値。 |
| 出力< TFloat32 > | minOutput () 最終出力テンソルの最小値。 |
| 出力<V> | 出力() 出力テンソル。 |
継承されたメソッド
定数
パブリック静的最終文字列OP_NAME
TensorFlow コア エンジンによって認識される、この演算の名前
定数値: "QuantizedConv2DPerChannel"
パブリックメソッド
public static QuantizedConv2DPerChannel <V> create (スコープscope, Operand <? extends TType > input, Operand <? extends TType > filter, Operand < TFloat32 > minInput, Operand < TFloat32 > maxInput, Operand < TFloat32 > minFilter, Operand < TFloat32 > maxFilter 、Class<V> outType、List<Long> ストライド、文字列パディング、オプション...オプション)
新しい QuantizedConv2DPerChannel オペレーションをラップするクラスを作成するためのファクトリ メソッド。
パラメーター
| 範囲 | 現在のスコープ |
|---|---|
| 入力 | 元の入力テンソル。 |
| フィルター | 元のフィルター テンソル。 |
| 最小入力 | 入力テンソルの最小値 |
| 最大入力 | 入力テンソルの最大値。 |
| 最小フィルター | フィルター テンソルの最小値。 |
| マックスフィルター | フィルター テンソルの最大値。 |
| outType | 変換する必要がある出力テンソルの量子化されたタイプ。 |
| 歩幅 | ストライド値のリスト。 |
| オプション | オプションの属性値を持ちます |
戻り値
- QuantizedConv2DPerChannel の新しいインスタンス