-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information
- TensorFlow version: 1.0
- Doc Link: https://www.tensorflow.org/jvm/api_docs/java/org/tensorflow/proto/example/Example
Describe the documentation issue
Tensorflow proto bindings have been moved multiple times.
In Tensorflow 1 it was in https://mvnrepository.com/artifact/org.tensorflow/proto/1.15.0
under org.tensorflow.example package
In Tensorflow 2 (Java 0.x) it moved to https://mvnrepository.com/artifact/org.tensorflow/tensorflow-core-api/0.5.0
under org.tensorflow.proto.example package
Now in MIGRATING.md it noted
Some proto definitions under
org.tensorflow.proto
have been moved to a different location under the same package.
However I cannot find which released artifact it goes into searching over the documents.
We welcome contributions by users. Will you be able to update submit a PR (use the doc style guide) to fix the doc Issue?