Click or drag to resize

GraphAvgPool Method

http://www.emgu.com
AvgPool

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation AvgPool(
	Output value,
	long[] ksize,
	long[] strides,
	string padding,
	string data_format = null,
	string opName = "AvgPool"
)

Parameters

value
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: SystemInt64
ksize
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
data_format (Optional)
Type: SystemString
data format
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also