パブリック最終クラスDilation2dBackpropInput
入力に対する形態学的 2 次元膨張の勾配を計算します。
定数
弦 | OP_NAME | TensorFlow コア エンジンによって認識される、この演算の名前 |
パブリックメソッド
出力<T> | asOutput () テンソルのシンボリック ハンドルを返します。 |
static <T extends TNumber > Dilation2dBackpropInput <T> | |
出力<T> | inBackprop () 形状 `[batch, in_height, in_width, Depth]` の 4-D。 |
継承されたメソッド
定数
パブリック静的最終文字列OP_NAME
TensorFlow コア エンジンによって認識される、この演算の名前
定数値: "Dilation2DBackpropInput"
パブリックメソッド
public Output <T> asOutput ()
テンソルのシンボリック ハンドルを返します。
TensorFlow オペレーションへの入力は、別の TensorFlow オペレーションの出力です。このメソッドは、入力の計算を表すシンボリック ハンドルを取得するために使用されます。
public static Dilation2dBackpropInput <T> create (スコープスコープ、オペランド<T> 入力、オペランド<T> フィルター、オペランド<T> outBackprop、List<Long> ストライド、List<Long> レート、文字列パディング)
新しい Dilation2dBackpropInput オペレーションをラップするクラスを作成するファクトリ メソッド。
パラメーター
範囲 | 現在のスコープ |
---|---|
入力 | 形状 `[batch, in_height, in_width, Depth]` の 4-D。 |
フィルター | 形状 `[filter_height, filter_width, Depth]` の 3-D。 |
アウトバックプロップ | 形状 `[batch, out_height, out_width, Depth]` の 4-D。 |
歩幅 | 長さ 4 の 1-D。入力テンソルの各次元のスライディング ウィンドウのストライド。 `[1, stride_height, stride_width, 1]` でなければなりません。 |
料金 | 長さ 4 の 1-D。アトラス形態的拡張の入力ストライド。 `[1, rate_height, rate_width, 1]` である必要があります。 |
パディング | 使用するパディングアルゴリズムのタイプ。 |
戻り値
- Dilation2dBackpropInput の新しいインスタンス