Update ops-related pbtxt files.

PiperOrigin-RevId: 298724514
Change-Id: I757ed2e9b23689bff4c34d44c2c1fd43919ff0c5
diff --git a/tensorflow/core/ops/compat/ops_history_v1/Sub.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/Sub.pbtxt
index b9b17ec..346bc8e 100644
--- a/tensorflow/core/ops/compat/ops_history_v1/Sub.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history_v1/Sub.pbtxt
@@ -132,3 +132,39 @@
     }
   }
 }
+op {
+  name: "Sub"
+  input_arg {
+    name: "x"
+    type_attr: "T"
+  }
+  input_arg {
+    name: "y"
+    type_attr: "T"
+  }
+  output_arg {
+    name: "z"
+    type_attr: "T"
+  }
+  attr {
+    name: "T"
+    type: "type"
+    allowed_values {
+      list {
+        type: DT_BFLOAT16
+        type: DT_HALF
+        type: DT_FLOAT
+        type: DT_DOUBLE
+        type: DT_UINT8
+        type: DT_INT8
+        type: DT_UINT16
+        type: DT_INT16
+        type: DT_INT32
+        type: DT_INT64
+        type: DT_COMPLEX64
+        type: DT_COMPLEX128
+        type: DT_UINT32
+      }
+    }
+  }
+}
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index 8977495..1716ea0 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -48114,6 +48114,7 @@
         type: DT_INT64
         type: DT_COMPLEX64
         type: DT_COMPLEX128
+        type: DT_UINT32
       }
     }
   }