Skip to content

Commit

Permalink
Fix capitalization typo (tensorflow#10038)
Browse files Browse the repository at this point in the history
  • Loading branch information
daj authored and gunan committed May 19, 2017
1 parent ca68c08 commit f5ab4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
* We released a new open-source version of TensorBoard.

## Breaking Changes to the API
* org.tensorflow.contrib.android.TensorFLowInferenceInterface now throws exceptions where possible and and has simplified method signatures.
* `org.tensorflow.contrib.android.TensorFlowInferenceInterface` now throws exceptions where possible and and has simplified method signatures.

## Changes to contrib APIs
* Added `tf.contrib.util.create_example`.
* Added bilinear interpolation to tf.contrib.image.
* Added bilinear interpolation to `tf.contrib.image`.
* Add `tf.contrib.stateless` for random ops with custom seed control.
* Add ScaM op to contrib for fast approximate nearest neighbor computation.
* MultivariateNormalFullCovariance added to contrib/distributions/
Expand Down

0 comments on commit f5ab4ac

Please sign in to comment.