GraphDebugIdentityV3 Method |
Namespace: Emgu.TF
public Operation DebugIdentityV3( Output input, string device_name = null, string tensor_name = null, string io_of_node = null, bool is_input = false, long io_index = -1, string[] debug_urls = null, bool gated_grpc = false, string opName = "DebugIdentityV3" )
Public Function DebugIdentityV3 ( input As Output, Optional device_name As String = Nothing, Optional tensor_name As String = Nothing, Optional io_of_node As String = Nothing, Optional is_input As Boolean = false, Optional io_index As Long = -1, Optional debug_urls As String() = Nothing, Optional gated_grpc As Boolean = false, Optional opName As String = "DebugIdentityV3" ) As Operation
public: Operation^ DebugIdentityV3( Output^ input, String^ device_name = nullptr, String^ tensor_name = nullptr, String^ io_of_node = nullptr, bool is_input = false, long long io_index = -1, array<String^>^ debug_urls = nullptr, bool gated_grpc = false, String^ opName = L"DebugIdentityV3" )
member DebugIdentityV3 : input : Output * ?device_name : string * ?tensor_name : string * ?io_of_node : string * ?is_input : bool * ?io_index : int64 * ?debug_urls : string[] * ?gated_grpc : bool * ?opName : string (* Defaults: let _device_name = defaultArg device_name null let _tensor_name = defaultArg tensor_name null let _io_of_node = defaultArg io_of_node null let _is_input = defaultArg is_input false let _io_index = defaultArg io_index -1 let _debug_urls = defaultArg debug_urls null let _gated_grpc = defaultArg gated_grpc false let _opName = defaultArg opName "DebugIdentityV3" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,