diff --git a/configure.ac b/configure.ac index 25b176ca..5f2b96a4 100644 --- a/configure.ac +++ b/configure.ac @@ -195,10 +195,10 @@ if test "$enable_opencl" = "yes"; then ]) fi -# Check whether to build with support for Tensorflow. +# Check whether to build with support for TensorFlow. AC_ARG_WITH([tensorflow], AS_HELP_STRING([--with-tensorflow], - [support Tensorflow @<:@default=check@:>@]), + [support TensorFlow @<:@default=check@:>@]), [], [with_tensorflow=check]) AM_CONDITIONAL([TENSORFLOW], false) TENSORFLOW_LIBS= diff --git a/src/lstm/tfnetwork.proto b/src/lstm/tfnetwork.proto index 17744b36..d9cf3390 100644 --- a/src/lstm/tfnetwork.proto +++ b/src/lstm/tfnetwork.proto @@ -3,10 +3,10 @@ // Compile this file with the Protocol Compiler protoc to generate // the files tfnetwork.pb.cc and tfnetwork.pb.h. -// This requires the protocol descriptions for Tensorflow -// (included in the Tensorflow sources). +// This requires the protocol descriptions for TensorFlow +// (included in the TensorFlow sources). -// With Tensorflow sources installed in /usr/src/tensorflow/tensorflow-1.10.1, +// With TensorFlow sources installed in /usr/src/tensorflow/tensorflow-1.10.1, // this command was used on Debian to generate the files: // protoc --cpp_out=$PWD --proto_path=/usr/src/tensorflow/tensorflow-1.10.1 \