GraphDebugNumericSummaryV2 Method |
Namespace: Emgu.TF
public Operation DebugNumericSummaryV2( Output input, Nullable<DataType> output_dtype = null, long tensor_debug_mode = -1, long tensor_id = -1, string opName = "DebugNumericSummaryV2" )
Public Function DebugNumericSummaryV2 ( input As Output, Optional output_dtype As Nullable(Of DataType) = Nothing, Optional tensor_debug_mode As Long = -1, Optional tensor_id As Long = -1, Optional opName As String = "DebugNumericSummaryV2" ) As Operation
public: Operation^ DebugNumericSummaryV2( Output^ input, Nullable<DataType> output_dtype = nullptr, long long tensor_debug_mode = -1, long long tensor_id = -1, String^ opName = L"DebugNumericSummaryV2" )
member DebugNumericSummaryV2 : input : Output * ?output_dtype : Nullable<DataType> * ?tensor_debug_mode : int64 * ?tensor_id : int64 * ?opName : string (* Defaults: let _output_dtype = defaultArg output_dtype null let _tensor_debug_mode = defaultArg tensor_debug_mode -1 let _tensor_id = defaultArg tensor_id -1 let _opName = defaultArg opName "DebugNumericSummaryV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,