Click or drag to resize

GraphChooseFastestBranchDataset Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ChooseFastestBranchDataset(
	Output input_dataset,
	Output ratio_numerator,
	Output ratio_denominator,
	Output other_arguments,
	long num_elements_per_branch,
	long[] other_arguments_lengths,
	DataType[] output_types,
	long[][] output_shapes,
	string opName = "ChooseFastestBranchDataset"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
ratio_numerator
Type: Emgu.TFOutput
Input to the operation.
ratio_denominator
Type: Emgu.TFOutput
Input to the operation.
other_arguments
Type: Emgu.TFOutput
Input to the operation.
num_elements_per_branch
Type: SystemInt64
num elements per branch
other_arguments_lengths
Type: SystemInt64
other arguments lengths
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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