Update ops-related pbtxt files.

PiperOrigin-RevId: 358006180
Change-Id: Ia2b35816dd82e90764cf8bd3e4f4e1a496ddf675
This commit is contained in:
A. Unique TensorFlower 2021-02-17 12:19:25 -08:00 committed by TensorFlower Gardener
parent 1d49a5fd34
commit 7ec1faf4d1
2 changed files with 38 additions and 0 deletions

View File

@ -101,3 +101,40 @@ op {
}
}
}
op {
name: "Reverse"
input_arg {
name: "tensor"
type_attr: "T"
}
input_arg {
name: "dims"
type: DT_BOOL
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_UINT8
type: DT_INT8
type: DT_UINT16
type: DT_INT16
type: DT_INT32
type: DT_INT64
type: DT_BOOL
type: DT_BFLOAT16
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
type: DT_COMPLEX64
type: DT_COMPLEX128
type: DT_STRING
}
}
}
}

View File

@ -41609,6 +41609,7 @@ op {
type: DT_INT32
type: DT_INT64
type: DT_BOOL
type: DT_BFLOAT16
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE