Click or drag to resize

GraphMaxPoolGradGradV2 Method

http://www.emgu.com
MaxPoolGradGradV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation MaxPoolGradGradV2(
	Output orig_input,
	Output orig_output,
	Output grad,
	Output ksize,
	Output strides,
	string padding,
	string data_format = null,
	string opName = "MaxPoolGradGradV2"
)

Parameters

orig_input
Type: Emgu.TFOutput
Input to the operation.
orig_output
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: Emgu.TFOutput
Input to the operation.
strides
Type: Emgu.TFOutput
Input to the operation.
padding
Type: SystemString
padding
data_format (Optional)
Type: SystemString
data format
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also