Click or drag to resize

GraphMaxPoolGradV2 Method

http://www.emgu.com
MaxPoolGradV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation MaxPoolGradV2(
	Output orig_input,
	Output orig_output,
	Output grad,
	Output ksize,
	Output strides,
	string padding,
	string data_format = null,
	string opName = "MaxPoolGradV2"
)

Parameters

orig_input
Type: Emgu.TFOutput
Input to the operation.
orig_output
Type: Emgu.TFOutput
Input to the operation.
grad
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.MaxPoolGradV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String,System.String)"]

See Also