Update ops-related pbtxt files.
PiperOrigin-RevId: 294971895 Change-Id: I0e1f3eff243298aee889b3596f3277fc8aced08a
This commit is contained in:
parent
be5116dd13
commit
622e23a9ea
@ -0,0 +1,117 @@
|
||||
op {
|
||||
name: "ParseExampleDatasetV2"
|
||||
input_arg {
|
||||
name: "input_dataset"
|
||||
type: DT_VARIANT
|
||||
}
|
||||
input_arg {
|
||||
name: "num_parallel_calls"
|
||||
type: DT_INT64
|
||||
}
|
||||
input_arg {
|
||||
name: "dense_defaults"
|
||||
type_list_attr: "Tdense"
|
||||
}
|
||||
output_arg {
|
||||
name: "handle"
|
||||
type: DT_VARIANT
|
||||
}
|
||||
attr {
|
||||
name: "sparse_keys"
|
||||
type: "list(string)"
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "dense_keys"
|
||||
type: "list(string)"
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "sparse_types"
|
||||
type: "list(type)"
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "Tdense"
|
||||
type: "list(type)"
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "dense_shapes"
|
||||
type: "list(shape)"
|
||||
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
|
||||
}
|
||||
attr {
|
||||
name: "deterministic"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "default"
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "ragged_keys"
|
||||
type: "list(string)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "ragged_value_types"
|
||||
type: "list(type)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "ragged_split_types"
|
||||
type: "list(type)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_INT32
|
||||
type: DT_INT64
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -26521,6 +26521,123 @@ op {
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "ParseExampleDatasetV2"
|
||||
input_arg {
|
||||
name: "input_dataset"
|
||||
type: DT_VARIANT
|
||||
}
|
||||
input_arg {
|
||||
name: "num_parallel_calls"
|
||||
type: DT_INT64
|
||||
}
|
||||
input_arg {
|
||||
name: "dense_defaults"
|
||||
type_list_attr: "Tdense"
|
||||
}
|
||||
output_arg {
|
||||
name: "handle"
|
||||
type: DT_VARIANT
|
||||
}
|
||||
attr {
|
||||
name: "sparse_keys"
|
||||
type: "list(string)"
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "dense_keys"
|
||||
type: "list(string)"
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "sparse_types"
|
||||
type: "list(type)"
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "Tdense"
|
||||
type: "list(type)"
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "dense_shapes"
|
||||
type: "list(shape)"
|
||||
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
|
||||
}
|
||||
attr {
|
||||
name: "deterministic"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "default"
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "ragged_keys"
|
||||
type: "list(string)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
}
|
||||
attr {
|
||||
name: "ragged_value_types"
|
||||
type: "list(type)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_INT64
|
||||
type: DT_STRING
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "ragged_split_types"
|
||||
type: "list(type)"
|
||||
default_value {
|
||||
list {
|
||||
}
|
||||
}
|
||||
has_minimum: true
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_INT32
|
||||
type: DT_INT64
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "ParseExampleV2"
|
||||
input_arg {
|
||||
|
Loading…
Reference in New Issue
Block a user