Click or drag to resize

GraphStage Method

http://www.emgu.com
Stage

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Stage(
	Output values,
	long capacity = 0,
	long memory_limit = 0,
	string container = null,
	string shared_name = null,
	string opName = "Stage"
)

Parameters

values
Type: Emgu.TFOutput
Input to the operation.
capacity (Optional)
Type: SystemInt64
capacity
memory_limit (Optional)
Type: SystemInt64
memory limit
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also