Click or drag to resize

GraphMaxPoolGradWithArgmax Method

http://www.emgu.com
MaxPoolGradWithArgmax

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation MaxPoolGradWithArgmax(
	Output input,
	Output grad,
	Output argmax,
	long[] ksize,
	long[] strides,
	string padding,
	bool include_batch_in_index = false,
	string opName = "MaxPoolGradWithArgmax"
)

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
include_batch_in_index (Optional)
Type: SystemBoolean
include batch in index
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also