aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-27 13:24:50 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-27 13:27:10 -0800
commitc2722a1fc6c1656ec24c5602c5f30e420473ebbc (patch)
tree63b6d310c88a1dcbfb680ea43041d93b5362d2e4 /RELEASE.md
parent697084c97b880f6845a9158a348f12f4e0ed8d35 (diff)
- Added optimizer_options field to GraphOptions, moved graph optmization
options there. - Deprecated the existing skip_common_subexpression_elimination field. Change: 113194182
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 82240dbea5..aa9aafe25a 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -25,7 +25,9 @@
* For C++ API users: `TensorShape::ShortDebugString` has been renamed to
`DebugString`, and the previous `DebugString` behavior is gone (it was
needlessly verbose and produced a confusing empty string for scalars).
-
+* `GraphOptions.skip_common_subexpression_elimination` has been removed. All
+ graph optimizer options are now specified via
+ `GraphOptions.OptimizerOptions`.
## Bug fixes