GraphXlaLaunch Method |
Namespace: Emgu.TF
public Operation XlaLaunch( Output constants, Output args, Output resources, DataType[] Tresults, string opName = "XlaLaunch" )
Public Function XlaLaunch ( constants As Output, args As Output, resources As Output, Tresults As DataType(), Optional opName As String = "XlaLaunch" ) As Operation
public: Operation^ XlaLaunch( Output^ constants, Output^ args, Output^ resources, array<DataType>^ Tresults, String^ opName = L"XlaLaunch" )
member XlaLaunch : constants : Output * args : Output * resources : Output * Tresults : DataType[] * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaLaunch" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,