Skip to content

Commit e66fa9a

Browse files
committed
Upgrading to TensorFlow 1.8.0
1 parent 172c532 commit e66fa9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ This project is an experimental wrapper of TensorFlow C API which enables Machin
4343

4444
This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project but can also be used as an independent module.
4545

46-
Ensure you have installed and activated the latest Swift 4.1 / Xcode 9.3
46+
Ensure you have installed and activated the latest Swift 4.1.1 / Xcode 9.3
4747

4848
## Project Status
4949

50-
The framework conforms to TensorFlow v1.7.0 C API functionality.
50+
The framework conforms to TensorFlow v1.8.0 C API functionality.
5151

5252
## Development Notes
5353

README.zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343

4444
本项目需要使用SPM软件包管理器编译并是[Perfect项目](https://github.com/PerfectlySoft/Perfect)的一个组成部分,但也可以独立使用。
4545

46-
请确保您的系统已经安装了Swift 4.1 / Xcode 9.3
46+
请确保您的系统已经安装了Swift 4.1.1 / Xcode 9.3
4747

4848
## 项目状态
4949

50-
目前本函数库遵从 TensorFlow v1.7.0 C语言 API 功能特征。
50+
目前本函数库遵从 TensorFlow v1.8.0 C语言 API 功能特征。
5151

5252
## 关于开发
5353

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

0 commit comments

Comments
 (0)