Click or drag to resize

GraphEnter Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Enter(
	Output data,
	string frame_name,
	bool is_constant = false,
	long parallel_iterations = 10,
	string opName = "Enter"
)

Parameters

data
Type: Emgu.TFOutput
Input to the operation.
frame_name
Type: SystemString
frame name
is_constant (Optional)
Type: SystemBoolean
is constant
parallel_iterations (Optional)
Type: SystemInt64
parallel iterations
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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