GraphXlaRecvFromHost Method |
Namespace: Emgu.TF
public Operation XlaRecvFromHost( DataType Toutput, long[] shape, string key, string opName = "XlaRecvFromHost" )
Public Function XlaRecvFromHost ( Toutput As DataType, shape As Long(), key As String, Optional opName As String = "XlaRecvFromHost" ) As Operation
public: Operation^ XlaRecvFromHost( DataType Toutput, array<long long>^ shape, String^ key, String^ opName = L"XlaRecvFromHost" )
member XlaRecvFromHost : Toutput : DataType * shape : int64[] * key : string * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaRecvFromHost" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,