tf.raw_ops.ChooseFastestBranchDataset

input_datasetA Tensor of type variant.
ratio_numeratorA Tensor of type int64.
ratio_denominatorA Tensor of type int64.
other_argumentsA list of Tensor objects.
num_elements_per_branchAn int that is >= 1.
branchesA list of functions decorated with @Defun that has length >= 1.
other_arguments_lengthsA list of ints that has length >= 1.
output_typesA list of tf.DTypes that has length >= 1.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
nameA name for the operation (optional).

A Tensor of type variant.