Click or drag to resize

GraphAssign Method

http://www.emgu.com
Assign

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation Assign(
	Output reference,
	Output value,
	bool validate_shape = true,
	bool use_locking = true,
	string opName = "Assign"
)

Parameters

reference
Type: Emgu.TFOutput
Input to the operation.
value
Type: Emgu.TFOutput
Input to the operation.
validate_shape (Optional)
Type: SystemBoolean
validate shape
use_locking (Optional)
Type: SystemBoolean
use locking
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also