GraphXlaRecv Method |
Namespace: Emgu.TF
public Operation XlaRecv( DataType dtype, string tensor_name, long[] shape, string opName = "XlaRecv" )
Public Function XlaRecv ( dtype As DataType, tensor_name As String, shape As Long(), Optional opName As String = "XlaRecv" ) As Operation
public: Operation^ XlaRecv( DataType dtype, String^ tensor_name, array<long long>^ shape, String^ opName = L"XlaRecv" )
member XlaRecv : dtype : DataType * tensor_name : string * shape : int64[] * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaRecv" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.XlaRecv(Emgu.TF.DataType,System.String,System.Int64[],System.String)"]
2020 Emgu Corporation, All Rights Reserved,