GraphDebugNumericSummary Method |
Namespace: Emgu.TF
public Operation DebugNumericSummary( Output input, string device_name = null, string tensor_name = null, string[] debug_urls = null, float lower_bound = -∞f, float upper_bound = ∞f, bool mute_if_healthy = false, bool gated_grpc = false, string opName = "DebugNumericSummary" )
Public Function DebugNumericSummary ( input As Output, Optional device_name As String = Nothing, Optional tensor_name As String = Nothing, Optional debug_urls As String() = Nothing, Optional lower_bound As Single = -∞F, Optional upper_bound As Single = ∞F, Optional mute_if_healthy As Boolean = false, Optional gated_grpc As Boolean = false, Optional opName As String = "DebugNumericSummary" ) As Operation
public: Operation^ DebugNumericSummary( Output^ input, String^ device_name = nullptr, String^ tensor_name = nullptr, array<String^>^ debug_urls = nullptr, float lower_bound = -∞f, float upper_bound = ∞f, bool mute_if_healthy = false, bool gated_grpc = false, String^ opName = L"DebugNumericSummary" )
member DebugNumericSummary : input : Output * ?device_name : string * ?tensor_name : string * ?debug_urls : string[] * ?lower_bound : float32 * ?upper_bound : float32 * ?mute_if_healthy : bool * ?gated_grpc : bool * ?opName : string (* Defaults: let _device_name = defaultArg device_name null let _tensor_name = defaultArg tensor_name null let _debug_urls = defaultArg debug_urls null let _lower_bound = defaultArg lower_bound -∞f let _upper_bound = defaultArg upper_bound ∞f let _mute_if_healthy = defaultArg mute_if_healthy false let _gated_grpc = defaultArg gated_grpc false let _opName = defaultArg opName "DebugNumericSummary" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,