Click or drag to resize

GraphDepthwiseConv2dNativeBackpropInput Method

http://www.emgu.com
DepthwiseConv2dNativeBackpropInput

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation DepthwiseConv2dNativeBackpropInput(
	Output input_sizes,
	Output filter,
	Output out_backprop,
	long[] strides,
	string padding,
	string data_format = null,
	long[] dilations = null,
	string opName = "DepthwiseConv2dNativeBackpropInput"
)

Parameters

input_sizes
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
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.DepthwiseConv2dNativeBackpropInput(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[],System.String,System.String,System.Int64[],System.String)"]

See Also