Click or drag to resize

GraphDebugNumericSummary Method

http://www.emgu.com
DebugNumericSummary

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
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"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
device_name (Optional)
Type: SystemString
device name
tensor_name (Optional)
Type: SystemString
tensor name
debug_urls (Optional)
Type: SystemString
debug urls
lower_bound (Optional)
Type: SystemSingle
lower bound
upper_bound (Optional)
Type: SystemSingle
upper bound
mute_if_healthy (Optional)
Type: SystemBoolean
mute if healthy
gated_grpc (Optional)
Type: SystemBoolean
gated grpc
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.DebugNumericSummary(Emgu.TF.Output,System.String,System.String,System.String[],System.Single,System.Single,System.Boolean,System.Boolean,System.String)"]

See Also