Click or drag to resize

GraphMaxPoolWithArgmax Method

http://www.emgu.com
MaxPoolWithArgmax

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation MaxPoolWithArgmax(
	Output input,
	long[] ksize,
	long[] strides,
	string padding,
	Nullable<DataType> Targmax = null,
	bool include_batch_in_index = false,
	string opName = "MaxPoolWithArgmax"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
ksize
Type: SystemInt64
ksize
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
Targmax (Optional)
Type: SystemNullableDataType
Targmax
include_batch_in_index (Optional)
Type: SystemBoolean
include batch in index
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.MaxPoolWithArgmax(Emgu.TF.Output,System.Int64[],System.Int64[],System.String,System.Nullable{Emgu.TF.DataType},System.Boolean,System.String)"]

See Also