Click or drag to resize

GraphDebugIdentity Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DebugIdentity(
	Output input,
	string device_name = null,
	string tensor_name = null,
	string[] debug_urls = null,
	bool gated_grpc = false,
	string opName = "DebugIdentity"
)

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
gated_grpc (Optional)
Type: SystemBoolean
gated grpc
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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