We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54d231 commit acf0ba9Copy full SHA for acf0ba9
MIGRATING.md
@@ -76,8 +76,9 @@ individually.
76
77
### Proto Definitions Moved
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.
+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`.
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.
82
83
## Migrating to 0.3.0
84
0 commit comments