Update ops-related pbtxt files.

PiperOrigin-RevId: 295268145
Change-Id: I2927cd5ec61b7a2f047072fd56f60456e966d3d9
This commit is contained in:
A. Unique TensorFlower 2020-02-14 18:18:08 -08:00 committed by TensorFlower Gardener
parent a31daa50d0
commit 0148382b20
2 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,59 @@
op {
name: "LegacyParallelInterleaveDatasetV2"
input_arg {
name: "input_dataset"
type: DT_VARIANT
}
input_arg {
name: "other_arguments"
type_list_attr: "Targuments"
}
input_arg {
name: "cycle_length"
type: DT_INT64
}
input_arg {
name: "block_length"
type: DT_INT64
}
input_arg {
name: "buffer_output_elements"
type: DT_INT64
}
input_arg {
name: "prefetch_input_elements"
type: DT_INT64
}
output_arg {
name: "handle"
type: DT_VARIANT
}
attr {
name: "f"
type: "func"
}
attr {
name: "deterministic"
type: "string"
default_value {
s: "default"
}
}
attr {
name: "Targuments"
type: "list(type)"
has_minimum: true
}
attr {
name: "output_types"
type: "list(type)"
has_minimum: true
minimum: 1
}
attr {
name: "output_shapes"
type: "list(shape)"
has_minimum: true
minimum: 1
}
}

View File

@ -19610,6 +19610,65 @@ op {
}
}
}
op {
name: "LegacyParallelInterleaveDatasetV2"
input_arg {
name: "input_dataset"
type: DT_VARIANT
}
input_arg {
name: "other_arguments"
type_list_attr: "Targuments"
}
input_arg {
name: "cycle_length"
type: DT_INT64
}
input_arg {
name: "block_length"
type: DT_INT64
}
input_arg {
name: "buffer_output_elements"
type: DT_INT64
}
input_arg {
name: "prefetch_input_elements"
type: DT_INT64
}
output_arg {
name: "handle"
type: DT_VARIANT
}
attr {
name: "f"
type: "func"
}
attr {
name: "deterministic"
type: "string"
default_value {
s: "default"
}
}
attr {
name: "Targuments"
type: "list(type)"
has_minimum: true
}
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 {
name: "Less"
input_arg {