Update ops-related pbtxt files.

PiperOrigin-RevId: 238346116
This commit is contained in:
A. Unique TensorFlower 2019-03-13 17:34:45 -07:00 committed by TensorFlower Gardener
parent 50713af4c3
commit d82080a042
2 changed files with 116 additions and 0 deletions

View File

@ -12829,6 +12829,64 @@ op {
} }
} }
} }
op {
name: "ChooseFastestBranchDataset"
input_arg {
name: "input_dataset"
type: DT_VARIANT
}
input_arg {
name: "ratio_numerator"
type: DT_INT64
}
input_arg {
name: "ratio_denominator"
type: DT_INT64
}
input_arg {
name: "other_arguments"
type_list_attr: "Targuments"
}
output_arg {
name: "handle"
type: DT_VARIANT
}
attr {
name: "Targuments"
type: "list(type)"
has_minimum: true
}
attr {
name: "num_elements_per_branch"
type: "int"
has_minimum: true
minimum: 1
}
attr {
name: "branches"
type: "list(func)"
has_minimum: true
minimum: 1
}
attr {
name: "other_arguments_lengths"
type: "list(int)"
has_minimum: true
minimum: 1
}
attr {
name: "output_types"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "output_shapes"
type: "list(shape)"
has_minimum: true
minimum: 1
}
}
op { op {
name: "ClipByValue" name: "ClipByValue"
input_arg { input_arg {

View File

@ -5360,6 +5360,64 @@ op {
} }
} }
} }
op {
name: "ChooseFastestBranchDataset"
input_arg {
name: "input_dataset"
type: DT_VARIANT
}
input_arg {
name: "ratio_numerator"
type: DT_INT64
}
input_arg {
name: "ratio_denominator"
type: DT_INT64
}
input_arg {
name: "other_arguments"
type_list_attr: "Targuments"
}
output_arg {
name: "handle"
type: DT_VARIANT
}
attr {
name: "Targuments"
type: "list(type)"
has_minimum: true
}
attr {
name: "num_elements_per_branch"
type: "int"
has_minimum: true
minimum: 1
}
attr {
name: "branches"
type: "list(func)"
has_minimum: true
minimum: 1
}
attr {
name: "other_arguments_lengths"
type: "list(int)"
has_minimum: true
minimum: 1
}
attr {
name: "output_types"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "output_shapes"
type: "list(shape)"
has_minimum: true
minimum: 1
}
}
op { op {
name: "ClipByValue" name: "ClipByValue"
input_arg { input_arg {