File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,9 @@ individually.
7676
7777### Proto Definitions Moved
7878
79- Some proto definitions under ` org.tensorflow.proto ` have been moved to a different location under the same package. You will need to reimport these
80- proto bindings to match the new location. Your IDE should easily be able to do this for you.
79+ Some proto definitions under ` org.tensorflow.proto ` have been moved to a different location under the same (` org.tensorflow.proto ` ) package.
80+ Certain classes have moved packages, for example, ` org.tensorflow.proto.example.Feature ` to ` org.tensorflow.proto.Feature ` .
81+ You will need to reimport these proto bindings to match the new location. Your IDE should easily be able to do this for you.
8182
8283## Migrating to 0.3.0
8384
You can’t perform that action at this time.
0 commit comments