Click or drag to resize

GraphFusedPadConv2D Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation FusedPadConv2D(
	Output input,
	Output paddings,
	Output filter,
	string mode,
	long[] strides,
	string padding,
	string opName = "FusedPadConv2D"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
paddings
Type: Emgu.TFOutput
Input to the operation.
filter
Type: Emgu.TFOutput
Input to the operation.
mode
Type: SystemString
mode
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also