Click or drag to resize

GraphComplexAbs Method

http://www.emgu.com
ComplexAbs

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation ComplexAbs(
	Output x,
	Nullable<DataType> Tout = null,
	string opName = "ComplexAbs"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
Tout (Optional)
Type: SystemNullableDataType
Tout
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.ComplexAbs(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also