Click or drag to resize

GraphFractionalAvgPoolGrad Method

http://www.emgu.com
FractionalAvgPoolGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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

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

See Also