commit | d09ac2d9cecf2059dfcf40688d7937d40ba3932e | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Mon Nov 01 11:39:02 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Mon Nov 01 11:44:53 2021 -0700 |
tree | 054954fa1df79d5128fe433100e9b4baf88b8cb4 | |
parent | 60b2d86a9e3dc3009d7cb7a58eed6b4f569ba4e1 [diff] |
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"