Click or drag to resize

GraphQuantizedAvgPool Method

http://www.emgu.com
QuantizedAvgPool

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation QuantizedAvgPool(
	Output input,
	Output min_input,
	Output max_input,
	long[] ksize,
	long[] strides,
	string padding,
	string opName = "QuantizedAvgPool"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
min_input
Type: Emgu.TFOutput
Input to the operation.
max_input
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: SystemInt64
ksize
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also