Update ops-related pbtxt files.

PiperOrigin-RevId: 239244766
This commit is contained in:
A. Unique TensorFlower 2019-03-19 12:25:20 -07:00 committed by TensorFlower Gardener
parent e6e857f257
commit 9369d376e7
2 changed files with 39 additions and 0 deletions

View File

@ -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 {

View File

@ -9146,6 +9146,7 @@ op {
type: DT_INT64
type: DT_COMPLEX64
type: DT_COMPLEX128
type: DT_BOOL
}
}
}