Update ops-related pbtxt files.
PiperOrigin-RevId: 211840928
This commit is contained in:
parent
d034768fa9
commit
c19d517511
@ -13069,6 +13069,71 @@ op {
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
name: "ConditionalAccumulator"
|
||||
output_arg {
|
||||
name: "handle"
|
||||
type: DT_STRING
|
||||
is_ref: true
|
||||
}
|
||||
attr {
|
||||
name: "dtype"
|
||||
type: "type"
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_DOUBLE
|
||||
type: DT_INT32
|
||||
type: DT_UINT8
|
||||
type: DT_INT16
|
||||
type: DT_INT8
|
||||
type: DT_COMPLEX64
|
||||
type: DT_INT64
|
||||
type: DT_QINT8
|
||||
type: DT_QUINT8
|
||||
type: DT_QINT32
|
||||
type: DT_BFLOAT16
|
||||
type: DT_UINT16
|
||||
type: DT_COMPLEX128
|
||||
type: DT_HALF
|
||||
type: DT_UINT32
|
||||
type: DT_UINT64
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "shape"
|
||||
type: "shape"
|
||||
}
|
||||
attr {
|
||||
name: "container"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "shared_name"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "reduction_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "MEAN"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "MEAN"
|
||||
s: "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
name: "Conj"
|
||||
input_arg {
|
||||
@ -64542,6 +64607,71 @@ op {
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
name: "SparseConditionalAccumulator"
|
||||
output_arg {
|
||||
name: "handle"
|
||||
type: DT_STRING
|
||||
is_ref: true
|
||||
}
|
||||
attr {
|
||||
name: "dtype"
|
||||
type: "type"
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_FLOAT
|
||||
type: DT_DOUBLE
|
||||
type: DT_INT32
|
||||
type: DT_UINT8
|
||||
type: DT_INT16
|
||||
type: DT_INT8
|
||||
type: DT_COMPLEX64
|
||||
type: DT_INT64
|
||||
type: DT_QINT8
|
||||
type: DT_QUINT8
|
||||
type: DT_QINT32
|
||||
type: DT_BFLOAT16
|
||||
type: DT_UINT16
|
||||
type: DT_COMPLEX128
|
||||
type: DT_HALF
|
||||
type: DT_UINT32
|
||||
type: DT_UINT64
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "shape"
|
||||
type: "shape"
|
||||
}
|
||||
attr {
|
||||
name: "container"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "shared_name"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "reduction_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "MEAN"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "MEAN"
|
||||
s: "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
name: "SparseCross"
|
||||
input_arg {
|
||||
@ -69335,6 +69465,21 @@ op {
|
||||
type: "func"
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "StaticRegexFullMatch"
|
||||
input_arg {
|
||||
name: "input"
|
||||
type: DT_STRING
|
||||
}
|
||||
output_arg {
|
||||
name: "output"
|
||||
type: DT_BOOL
|
||||
}
|
||||
attr {
|
||||
name: "pattern"
|
||||
type: "string"
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "StaticRegexReplace"
|
||||
input_arg {
|
||||
|
@ -5592,6 +5592,19 @@ op {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "reduction_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "MEAN"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "MEAN"
|
||||
s: "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
@ -29617,6 +29630,19 @@ op {
|
||||
s: ""
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "reduction_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "MEAN"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "MEAN"
|
||||
s: "SUM"
|
||||
}
|
||||
}
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
@ -32114,6 +32140,21 @@ op {
|
||||
type: "func"
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "StaticRegexFullMatch"
|
||||
input_arg {
|
||||
name: "input"
|
||||
type: DT_STRING
|
||||
}
|
||||
output_arg {
|
||||
name: "output"
|
||||
type: DT_BOOL
|
||||
}
|
||||
attr {
|
||||
name: "pattern"
|
||||
type: "string"
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "StaticRegexReplace"
|
||||
input_arg {
|
||||
|
Loading…
Reference in New Issue
Block a user