Click or drag to resize

GraphFusedResizeAndPadConv2D Method

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

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

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
size
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
resize_align_corners (Optional)
Type: SystemBoolean
resize align corners
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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