Click or drag to resize

GraphDilation2DBackpropFilter Method

http://www.emgu.com
Dilation2DBackpropFilter

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation Dilation2DBackpropFilter(
	Output input,
	Output filter,
	Output out_backprop,
	long[] strides,
	long[] rates,
	string padding,
	string opName = "Dilation2DBackpropFilter"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
filter
Type: Emgu.TFOutput
Input to the operation.
out_backprop
Type: Emgu.TFOutput
Input to the operation.
strides
Type: SystemInt64
strides
rates
Type: SystemInt64
rates
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.Dilation2DBackpropFilter(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[],System.Int64[],System.String,System.String)"]

See Also