Update ops-related pbtxt files.
PiperOrigin-RevId: 312612303 Change-Id: I20a2efc1dab991cfd4ae1d464b4876ff7326208b
This commit is contained in:
parent
41224dad54
commit
81b1778bcf
@ -0,0 +1,17 @@
|
|||||||
|
op {
|
||||||
|
name: "CompressElement"
|
||||||
|
input_arg {
|
||||||
|
name: "components"
|
||||||
|
type_list_attr: "input_types"
|
||||||
|
}
|
||||||
|
output_arg {
|
||||||
|
name: "compressed"
|
||||||
|
type: DT_VARIANT
|
||||||
|
}
|
||||||
|
attr {
|
||||||
|
name: "input_types"
|
||||||
|
type: "list(type)"
|
||||||
|
has_minimum: true
|
||||||
|
minimum: 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
op {
|
||||||
|
name: "UncompressElement"
|
||||||
|
input_arg {
|
||||||
|
name: "compressed"
|
||||||
|
type: DT_VARIANT
|
||||||
|
}
|
||||||
|
output_arg {
|
||||||
|
name: "components"
|
||||||
|
type_list_attr: "output_types"
|
||||||
|
}
|
||||||
|
attr {
|
||||||
|
name: "output_types"
|
||||||
|
type: "list(type)"
|
||||||
|
has_minimum: true
|
||||||
|
minimum: 1
|
||||||
|
}
|
||||||
|
attr {
|
||||||
|
name: "output_shapes"
|
||||||
|
type: "list(shape)"
|
||||||
|
has_minimum: true
|
||||||
|
minimum: 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -7451,6 +7451,23 @@ op {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
op {
|
||||||
|
name: "CompressElement"
|
||||||
|
input_arg {
|
||||||
|
name: "components"
|
||||||
|
type_list_attr: "input_types"
|
||||||
|
}
|
||||||
|
output_arg {
|
||||||
|
name: "compressed"
|
||||||
|
type: DT_VARIANT
|
||||||
|
}
|
||||||
|
attr {
|
||||||
|
name: "input_types"
|
||||||
|
type: "list(type)"
|
||||||
|
has_minimum: true
|
||||||
|
minimum: 1
|
||||||
|
}
|
||||||
|
}
|
||||||
op {
|
op {
|
||||||
name: "ComputeAccidentalHits"
|
name: "ComputeAccidentalHits"
|
||||||
input_arg {
|
input_arg {
|
||||||
@ -52662,6 +52679,29 @@ op {
|
|||||||
type: "type"
|
type: "type"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
op {
|
||||||
|
name: "UncompressElement"
|
||||||
|
input_arg {
|
||||||
|
name: "compressed"
|
||||||
|
type: DT_VARIANT
|
||||||
|
}
|
||||||
|
output_arg {
|
||||||
|
name: "components"
|
||||||
|
type_list_attr: "output_types"
|
||||||
|
}
|
||||||
|
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: "UnicodeDecode"
|
name: "UnicodeDecode"
|
||||||
input_arg {
|
input_arg {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user