Click or drag to resize

GraphAssign Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output_ref(type: DtInvalid).
See Also