Click or drag to resize

GraphMaxPoolV2 Method

http://www.emgu.com
MaxPoolV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation MaxPoolV2(
	Output input,
	Output ksize,
	Output strides,
	string padding,
	string data_format = null,
	string opName = "MaxPoolV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: Emgu.TFOutput
Input to the operation.
strides
Type: Emgu.TFOutput
Input to the operation.
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.MaxPoolV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String,System.String)"]

See Also