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