Update ops-related pbtxt files.
PiperOrigin-RevId: 358006180 Change-Id: Ia2b35816dd82e90764cf8bd3e4f4e1a496ddf675
This commit is contained in:
parent
1d49a5fd34
commit
7ec1faf4d1
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user