Click or drag to resize

GraphConv3DBackpropFilter Method

http://www.emgu.com
Conv3DBackpropFilter

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

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
padding
Type: SystemString
padding
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.Conv3DBackpropFilter(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[],System.String,System.Int64[],System.String)"]

See Also