Click or drag to resize

GraphXlaPad Method

http://www.emgu.com
Wraps the XLA Pad operator, documented at

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation XlaPad(
	Output input,
	Output padding_value,
	Output padding_low,
	Output padding_high,
	Output padding_interior,
	string opName = "XlaPad"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation: A `Tensor` of type T.
padding_value
Type: Emgu.TFOutput
Input to the operation: A scalar `Tensor` of type T.
padding_low
Type: Emgu.TFOutput
Input to the operation: the padding to apply at the start of each input dimensions
padding_high
Type: Emgu.TFOutput
Input to the operation: the padding to apply at the end of each input dimension.
padding_interior
Type: Emgu.TFOutput
Input to the operation: the padding to apply between each input element.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also