QuantizeAndDequantizeV3

パブリック最終クラスQuantizeAndDequantizeV3

テンソルを量子化してから逆量子化します。

これは QuantizeAndDequantizeV2 とほぼ同じですが、num_bits がテンソルであるため、その値がトレーニング中に変更される可能性がある点が異なります。

ネストされたクラス

クラスQuantizeAndDequantizeV3.オプションQuantizeAndDequantizeV3のオプションの属性

定数

OP_NAME TensorFlow コア エンジンによって認識される、この演算の名前

パブリックメソッド

出力<T>
asOutput ()
テンソルのシンボリック ハンドルを返します。
静的QuantizeAndDequantizeV3.Options
(長軸)
static <T extends TNumber > QuantizeAndDequantizeV3 <T>
create (スコープscope、オペランド<T>input、オペランド<T>inputMin、オペランド<T>inputMax、オペランド<TInt32> numBits、オプション... options)
新しい QuantizeAndDequantizeV3 オペレーションをラップするクラスを作成するファクトリ メソッド。
静的QuantizeAndDequantizeV3.Options
ナローレンジ(ブール値のナローレンジ)
出力<T>
静的QuantizeAndDequantizeV3.Options
rangeGiven (ブール値の rangeGiven)
静的QuantizeAndDequantizeV3.Options
signedInput (ブール値の signedInput)

継承されたメソッド

定数

パブリック静的最終文字列OP_NAME

TensorFlow コア エンジンによって認識される、この演算の名前

定数値: "QuantizeAndDequantizeV3"

パブリックメソッド

public Output <T> asOutput ()

テンソルのシンボリック ハンドルを返します。

TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。

public static QuantizeAndDequantizeV3.Options(長軸)

public static QuantizeAndDequantizeV3 <T> create (スコープスコープ、オペランド<T> 入力、オペランド<T> inputMin、オペランド<T> inputMax、オペランド< TInt32 > numBits、オプション...オプション)

新しい QuantizeAndDequantizeV3 オペレーションをラップするクラスを作成するファクトリ メソッド。

パラメーター
範囲現在のスコープ
オプションオプションの属性値を持ちます
戻り値
  • QuantizeAndDequantizeV3 の新しいインスタンス

public static QuantizeAndDequantizeV3.OptionsNarrowRange (ブール値のnarrowRange)

public出力<T>出力()

public static QuantizeAndDequantizeV3.Options rangeGiven (Boolean rangeGiven)

public static QuantizeAndDequantizeV3.Options signedInput (ブール値 signedInput)