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