Click or drag to resize

GraphFractionalAvgPoolGrad Method

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

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

Parameters

orig_input_tensor_shape
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