Click or drag to resize

GraphDebugIdentityV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation DebugIdentityV2(
	Output input,
	string tfdbg_context_id = null,
	string op_name = null,
	long output_slot = -1,
	long tensor_debug_mode = -1,
	string[] debug_urls = null,
	long circular_buffer_size = 1000,
	string tfdbg_run_id = null,
	string opName = "DebugIdentityV2"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
tfdbg_context_id (Optional)
Type: SystemString
tfdbg context id
op_name (Optional)
Type: SystemString
op name
output_slot (Optional)
Type: SystemInt64
output slot
tensor_debug_mode (Optional)
Type: SystemInt64
tensor debug mode
debug_urls (Optional)
Type: SystemString
debug urls
circular_buffer_size (Optional)
Type: SystemInt64
circular buffer size
tfdbg_run_id (Optional)
Type: SystemString
tfdbg run id
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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