Skip to content

Commit 823f5dd

Browse files
committed
Add instructions for new module names
1 parent 9a62e68 commit 823f5dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MIGRATING.md

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ will now be
4141
<classifier>linux-x86_64</classifier>
4242
</dependency>
4343
```
44+
### Java Module Renaming
45+
46+
The Java Module (jigsaw) names has been updated to drop the leading `org.`, as follow:
47+
- `tensorflow-core-api` : `tensorflow` (was `org.tensorflow` before)
48+
- `tensorflow-core-generator` : `tensorflow.generator` (was `org.tensorflow-generator` before)
49+
- `tensorflow-core-native` : `tensorflow.nativelib`
50+
- `tensorflow-framework` : `tensorflow.framework` (was `org.tensorflow.framework` before)
51+
4452
### Session Run Result
4553

4654
In versions before 0.4.0 `Session.Runner.run` and `TensorFunction.call` returned a `List<Tensor>`. In newer versions

0 commit comments

Comments
 (0)