GraphXlaCustomCallV2 Method |
Namespace: Emgu.TF
public Operation XlaCustomCallV2( Output operands, string call_target_name, string backend_config, bool has_side_effect, DataType[] result_dtypes, long[][] result_shapes, string opName = "XlaCustomCallV2" )
Public Function XlaCustomCallV2 ( operands As Output, call_target_name As String, backend_config As String, has_side_effect As Boolean, result_dtypes As DataType(), result_shapes As Long()(), Optional opName As String = "XlaCustomCallV2" ) As Operation
public: Operation^ XlaCustomCallV2( Output^ operands, String^ call_target_name, String^ backend_config, bool has_side_effect, array<DataType>^ result_dtypes, array<array<long long>^>^ result_shapes, String^ opName = L"XlaCustomCallV2" )
member XlaCustomCallV2 : operands : Output * call_target_name : string * backend_config : string * has_side_effect : bool * result_dtypes : DataType[] * result_shapes : int64[][] * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaCustomCallV2" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,