Click or drag to resize

GraphDebugNumericSummaryV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
DebugNumericSummaryV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DebugNumericSummaryV2(
	Output input,
	Nullable<DataType> output_dtype = null,
	long tensor_debug_mode = -1,
	long tensor_id = -1,
	string opName = "DebugNumericSummaryV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
output_dtype (Optional)
Type: SystemNullableDataType
output dtype
tensor_debug_mode (Optional)
Type: SystemInt64
tensor debug mode
tensor_id (Optional)
Type: SystemInt64
tensor id
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid).
See Also