Update ops-related pbtxt files.

PiperOrigin-RevId: 406878800
Change-Id: I5be3a411118e44c935f72666035880a104287b27
diff --git a/tensorflow/core/ops/compat/ops_history_v2/IsTPUEmbeddingInitialized.pbtxt b/tensorflow/core/ops/compat/ops_history_v2/IsTPUEmbeddingInitialized.pbtxt
index 484b2d8..7d96615 100644
--- a/tensorflow/core/ops/compat/ops_history_v2/IsTPUEmbeddingInitialized.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history_v2/IsTPUEmbeddingInitialized.pbtxt
@@ -5,3 +5,11 @@
     type: DT_BOOL
   }
 }
+op {
+  name: "IsTPUEmbeddingInitialized"
+  output_arg {
+    name: "is_tpu_embedding_initialized"
+    type: DT_BOOL
+  }
+  is_stateful: true
+}
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index cc4c676..624a08b 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -21247,6 +21247,7 @@
     name: "is_tpu_embedding_initialized"
     type: DT_BOOL
   }
+  is_stateful: true
 }
 op {
   name: "IsVariableInitialized"