Click or drag to resize

GraphRandomDatasetV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation RandomDatasetV2(
	Output seed,
	Output seed2,
	Output seed_generator,
	DataType[] output_types,
	long[][] output_shapes,
	bool rerandomize_each_iteration = false,
	string metadata = null,
	string opName = "RandomDatasetV2"
)

Parameters

seed
Type: Emgu.TFOutput
Input to the operation.
seed2
Type: Emgu.TFOutput
Input to the operation.
seed_generator
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
rerandomize_each_iteration (Optional)
Type: SystemBoolean
rerandomize each iteration
metadata (Optional)
Type: SystemString
metadata
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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