From c11b8e458bdd4d47832473f77b2e0b03e6bbf418 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 2 Aug 2019 12:06:15 -0700 Subject: [PATCH] Update ops-related pbtxt files. PiperOrigin-RevId: 261365835 --- .../compat/ops_history_v1/CheckNumerics.pbtxt | 28 +++++++++++++++++++ tensorflow/core/ops/ops.pbtxt | 1 + 2 files changed, 29 insertions(+) diff --git a/tensorflow/core/ops/compat/ops_history_v1/CheckNumerics.pbtxt b/tensorflow/core/ops/compat/ops_history_v1/CheckNumerics.pbtxt index 3904f70eba9..9e63b170b23 100644 --- a/tensorflow/core/ops/compat/ops_history_v1/CheckNumerics.pbtxt +++ b/tensorflow/core/ops/compat/ops_history_v1/CheckNumerics.pbtxt @@ -78,3 +78,31 @@ op { type: "string" } } +op { + name: "CheckNumerics" + input_arg { + name: "tensor" + type_attr: "T" + } + output_arg { + name: "output" + type_attr: "T" + } + attr { + name: "T" + type: "type" + allowed_values { + list { + type: DT_BFLOAT16 + type: DT_HALF + type: DT_FLOAT + type: DT_DOUBLE + } + } + } + attr { + name: "message" + type: "string" + } + is_stateful: true +} diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index d6e82cfc6d6..69c47684c8f 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -6132,6 +6132,7 @@ op { name: "message" type: "string" } + is_stateful: true } op { name: "Cholesky"