Skip to content

Commit

Permalink
Replace Tensorflow by TensorFlow
Browse files Browse the repository at this point in the history
The name is written in camel case, see https://www.tensorflow.org/.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 24, 2019
1 parent 1ba8c97 commit 32dcfd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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=
Expand Down
6 changes: 3 additions & 3 deletions src/lstm/tfnetwork.proto
Expand Up @@ -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 \
Expand Down

0 comments on commit 32dcfd0

Please sign in to comment.