Update ops-related pbtxt files.
PiperOrigin-RevId: 295268145 Change-Id: I2927cd5ec61b7a2f047072fd56f60456e966d3d9
This commit is contained in:
parent
a31daa50d0
commit
0148382b20
@ -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
|
||||
}
|
||||
}
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user