From afc93e4b53d2491ca8263f655448f093d8a260b5 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 7 Dec 2016 15:29:09 -0800 Subject: [PATCH] Consistently define the tfprof Option as a struct. Change: 141366008 --- tensorflow/tools/tfprof/internal/print_model_analysis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/tfprof/internal/print_model_analysis.h b/tensorflow/tools/tfprof/internal/print_model_analysis.h index 071ac7102ca..61d609b798c 100644 --- a/tensorflow/tools/tfprof/internal/print_model_analysis.h +++ b/tensorflow/tools/tfprof/internal/print_model_analysis.h @@ -22,7 +22,7 @@ limitations under the License. namespace tensorflow { namespace tfprof { -class Options; +struct Options; // ***This API is only for swig. Don't user it directory!*** // // Interface defined for Python API swig. Calls the tfprof core API.