Click or drag to resize

GraphConv3DBackpropFilterV2 Method

http://www.emgu.com
Conv3DBackpropFilterV2

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

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

See Also