QuantizedConv2DPerChannel

パブリック最終クラスQuantizedConv2DPerChannel

チャネルごとに QuantizedConv2D を計算します。

ネストされたクラス

定数

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>
出力()
出力テンソル。

継承されたメソッド

org.tensorflow.op.RawOpから
最終ブール値
等しい(オブジェクトオブジェクト)
最終整数
手術
オプ()
この計算単位を単一のOperationとして返します。
最後の文字列
ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
org.tensorflow.op.Opから
抽象的な実行環境
環境()
このオペレーションが作成された実行環境を返します。
抽象的な操作
オプ()
この計算単位を単一のOperationとして返します。

定数

パブリック静的最終文字列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 の新しいインスタンス

public static QuantizedConv2DPerChannel.Options拡張(List<Long> 拡張)

パラメーター
拡張膨張値のリスト。

public Output < TFloat32 > maxOutput ()

最終出力テンソルの最大値。

public Output < TFloat32 > minOutput ()

最終出力テンソルの最小値。

public出力<V>出力()

出力テンソル。