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.
76
76
77
77
### Proto Definitions Moved
78
78
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.
81
82
82
83
## Migrating to 0.3.0
83
84
You can’t perform that action at this time.
0 commit comments