Click or drag to resize

GraphCopy Method

http://www.emgu.com
Copy

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation Copy(
	Output input,
	string tensor_name = null,
	string[] debug_ops_spec = null,
	string opName = "Copy"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
tensor_name (Optional)
Type: SystemString
tensor name
debug_ops_spec (Optional)
Type: SystemString
debug ops spec
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also