Click or drag to resize

GraphDepthwiseConv2dNativeBackpropFilter Method

http://www.emgu.com
DepthwiseConv2dNativeBackpropFilter

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation DepthwiseConv2dNativeBackpropFilter(
	Output input,
	Output filter_sizes,
	Output out_backprop,
	long[] strides,
	string padding,
	string data_format = null,
	long[] dilations = null,
	string opName = "DepthwiseConv2dNativeBackpropFilter"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
filter_sizes
Type: Emgu.TFOutput
Input to the operation.
out_backprop
Type: Emgu.TFOutput
Input to the operation.
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
data_format (Optional)
Type: SystemString
data format
dilations (Optional)
Type: SystemInt64
dilations
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also