Click or drag to resize

GraphFractionalMaxPoolGrad Method

https://www.emgu.com/wiki/index.php/Emgu_TF
FractionalMaxPoolGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation FractionalMaxPoolGrad(
	Output orig_input,
	Output orig_output,
	Output out_backprop,
	Output row_pooling_sequence,
	Output col_pooling_sequence,
	bool overlapping = false,
	string opName = "FractionalMaxPoolGrad"
)

Parameters

orig_input
Type: Emgu.TFOutput
Input to the operation.
orig_output
Type: Emgu.TFOutput
Input to the operation.
out_backprop
Type: Emgu.TFOutput
Input to the operation.
row_pooling_sequence
Type: Emgu.TFOutput
Input to the operation.
col_pooling_sequence
Type: Emgu.TFOutput
Input to the operation.
overlapping (Optional)
Type: SystemBoolean
overlapping
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also