Update ops-related pbtxt files.
PiperOrigin-RevId: 239244766
This commit is contained in:
parent
e6e857f257
commit
9369d376e7
@ -19812,6 +19812,44 @@ op {
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "DecodeRaw"
|
||||
input_arg {
|
||||
name: "bytes"
|
||||
type: DT_STRING
|
||||
}
|
||||
output_arg {
|
||||
name: "output"
|
||||
type_attr: "out_type"
|
||||
}
|
||||
attr {
|
||||
name: "out_type"
|
||||
type: "type"
|
||||
allowed_values {
|
||||
list {
|
||||
type: DT_HALF
|
||||
type: DT_FLOAT
|
||||
type: DT_DOUBLE
|
||||
type: DT_INT32
|
||||
type: DT_UINT16
|
||||
type: DT_UINT8
|
||||
type: DT_INT16
|
||||
type: DT_INT8
|
||||
type: DT_INT64
|
||||
type: DT_COMPLEX64
|
||||
type: DT_COMPLEX128
|
||||
type: DT_BOOL
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "little_endian"
|
||||
type: "bool"
|
||||
default_value {
|
||||
b: true
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "DecodeWav"
|
||||
input_arg {
|
||||
|
@ -9146,6 +9146,7 @@ op {
|
||||
type: DT_INT64
|
||||
type: DT_COMPLEX64
|
||||
type: DT_COMPLEX128
|
||||
type: DT_BOOL
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user