Click or drag to resize

GraphMaxPoolGradGradWithArgmax Method

http://www.emgu.com
MaxPoolGradGradWithArgmax

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation MaxPoolGradGradWithArgmax(
	Output input,
	Output grad,
	Output argmax,
	long[] ksize,
	long[] strides,
	string padding,
	string opName = "MaxPoolGradGradWithArgmax"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
grad
Type: Emgu.TFOutput
Input to the operation.
argmax
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: SystemInt64
ksize
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also