Click or drag to resize

GraphDebugIdentityV3 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation DebugIdentityV3(
	Output input,
	string device_name = null,
	string tensor_name = null,
	string io_of_node = null,
	bool is_input = false,
	long io_index = -1,
	string[] debug_urls = null,
	bool gated_grpc = false,
	string opName = "DebugIdentityV3"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
device_name (Optional)
Type: SystemString
device name
tensor_name (Optional)
Type: SystemString
tensor name
io_of_node (Optional)
Type: SystemString
io of node
is_input (Optional)
Type: SystemBoolean
is input
io_index (Optional)
Type: SystemInt64
io index
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