Click or drag to resize

GraphCast Method

http://www.emgu.com
Cast

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation Cast(
	Output x,
	DataType DstT,
	bool Truncate = false,
	string opName = "Cast"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
DstT
Type: Emgu.TFDataType
DstT
Truncate (Optional)
Type: SystemBoolean
Truncate
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also