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