Click or drag to resize

GraphEnter Method

http://www.emgu.com
Enter

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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

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

See Also