From 8878a5c4761c025d47faa123fe4978f173f950c9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 19 Sep 2018 14:16:14 -0700 Subject: Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions. PiperOrigin-RevId: 213693027 --- tensorflow/core/graph/testlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/core/graph') diff --git a/tensorflow/core/graph/testlib.h b/tensorflow/core/graph/testlib.h index bd0284d43a..b00196f587 100644 --- a/tensorflow/core/graph/testlib.h +++ b/tensorflow/core/graph/testlib.h @@ -32,7 +32,7 @@ namespace test { namespace graph { // Converts "g" into its corresponding GraphDef "def". -// DEPRECATED: call g->ToGraphDef(def) instead. +ABSL_DEPRECATED("Call g->ToGraphDef(def) instead.") void ToGraphDef(Graph* g, GraphDef* def); // A few helpers to construct a graph. -- cgit v1.2.3