Click or drag to resize

GraphMirrorPad Method

http://www.emgu.com
MirrorPad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation MirrorPad(
	Output input,
	Output paddings,
	string mode,
	string opName = "MirrorPad"
)

Parameters

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

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.MirrorPad(Emgu.TF.Output,Emgu.TF.Output,System.String,System.String)"]

See Also