Click or drag to resize

GraphRandomShuffleQueueV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RandomShuffleQueueV2(
	DataType[] component_types,
	long[][] shapes = null,
	long capacity = -1,
	long min_after_dequeue = 0,
	long seed = 0,
	long seed2 = 0,
	string container = null,
	string shared_name = null,
	string opName = "RandomShuffleQueueV2"
)

Parameters

component_types
Type: Emgu.TFDataType
component types
shapes (Optional)
Type: SystemInt64
shapes
capacity (Optional)
Type: SystemInt64
capacity
min_after_dequeue (Optional)
Type: SystemInt64
min after dequeue
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
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
The operation, where: [0] handle(type: DtResource).
See Also