File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -195,10 +195,10 @@ if test "$enable_opencl" = "yes"; then
195
195
])
196
196
fi
197
197
198
- # Check whether to build with support for Tensorflow .
198
+ # Check whether to build with support for TensorFlow .
199
199
AC_ARG_WITH([tensorflow],
200
200
AS_HELP_STRING([--with-tensorflow],
201
- [support Tensorflow @< :@default= check@:> @]),
201
+ [support TensorFlow @< :@default= check@:> @]),
202
202
[], [with_tensorflow= check])
203
203
AM_CONDITIONAL([TENSORFLOW], false)
204
204
TENSORFLOW_LIBS=
Original file line number Diff line number Diff line change 3
3
// Compile this file with the Protocol Compiler protoc to generate
4
4
// the files tfnetwork.pb.cc and tfnetwork.pb.h.
5
5
6
- // This requires the protocol descriptions for Tensorflow
7
- // (included in the Tensorflow sources).
6
+ // This requires the protocol descriptions for TensorFlow
7
+ // (included in the TensorFlow sources).
8
8
9
- // With Tensorflow sources installed in /usr/src/tensorflow/tensorflow-1.10.1,
9
+ // With TensorFlow sources installed in /usr/src/tensorflow/tensorflow-1.10.1,
10
10
// this command was used on Debian to generate the files:
11
11
12
12
// protoc --cpp_out=$PWD --proto_path=/usr/src/tensorflow/tensorflow-1.10.1 \
You can’t perform that action at this time.
0 commit comments