Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ individually.

### Proto Definitions Moved

Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same package. You will need to reimport these
proto bindings to match the new location. Your IDE should easily be able to do this for you.
Some proto definitions under `org.tensorflow.proto` have been moved to a different location under the same (`org.tensorflow.proto`) package.
Certain classes have moved packages, for example, `org.tensorflow.proto.example.Feature` to `org.tensorflow.proto.Feature`.
You will need to reimport these proto bindings to match the new location. Your IDE should easily be able to do this for you.

## Migrating to 0.3.0

Expand Down