GraphCast Method |
Namespace: Emgu.TF
public Operation Cast( Output x, DataType DstT, bool Truncate = false, string opName = "Cast" )
Public Function Cast ( x As Output, DstT As DataType, Optional Truncate As Boolean = false, Optional opName As String = "Cast" ) As Operation
public: Operation^ Cast( Output^ x, DataType DstT, bool Truncate = false, String^ opName = L"Cast" )
member Cast : x : Output * DstT : DataType * ?Truncate : bool * ?opName : string (* Defaults: let _Truncate = defaultArg Truncate false let _opName = defaultArg opName "Cast" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,