Skip to content

Commit

Permalink
Merge pull request #223 from FloopCZ/tf-v2.2.0
Browse files Browse the repository at this point in the history
Update TF to v2.2.0
  • Loading branch information
FloopCZ committed Jun 26, 2020
2 parents e3e1654 + db1a079 commit 5667be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tensorflow_cc
[![Build Status](http://elm.floop.cz:8080/buildStatus/icon?job=tensorflow_cc)](http://elm.floop.cz:8080/job/tensorflow_cc/)
[![TF version](https://img.shields.io/badge/TF%20version-2.2.0%20rc2-brightgreen.svg)]()
[![TF version](https://img.shields.io/badge/TF%20version-2.2.0-brightgreen.svg)]()

This repository makes possible the usage of the [TensorFlow C++](https://www.tensorflow.org/api_docs/cc/) API from the outside of the TensorFlow source code folders and without the use of the [Bazel](https://bazel.build/) build system.

Expand Down
3 changes: 1 addition & 2 deletions tensorflow_cc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ project(
# If enabled, bazel has to be installed.
option(ALLOW_CUDA "Try to find and use CUDA." ON)
option(REQUIRE_CUDA "Make sure to find and use CUDA (implies ALLOW_CUDA)." OFF)
set(TENSORFLOW_TAG "v2.2.0-rc2" CACHE STRING "The tensorflow release tag to be checked out (default v2.2.0-rc2).")
# TODO use ${version} when not -rc2
set(TENSORFLOW_TAG "v${version}" CACHE STRING "The tensorflow release tag to be checked out (default v${version}).")
set(TARGET_CXX_STANDARD "cxx_std_11" CACHE STRING "C++ standard to be enforced when linking to TensorflowCC targets (e.g., cxx_std_11).")

# -------------
Expand Down

0 comments on commit 5667be0

Please sign in to comment.