Click or drag to resize

GraphAvgPool3DGrad Method

https://www.emgu.com/wiki/index.php/Emgu_TF
AvgPool3DGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation AvgPool3DGrad(
	Output orig_input_shape,
	Output grad,
	long[] ksize,
	long[] strides,
	string padding,
	string data_format = null,
	string opName = "AvgPool3DGrad"
)

Parameters

orig_input_shape
Type: Emgu.TFOutput
Input to the operation.
grad
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
The operation, where: [0] output(type: DtInvalid).
See Also