forked from zplizzi/tensorflow-fast-rcnn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java: Add support for scalar Tensors with dtype = TF_STRING
This change adds support for string scalars used by popular operations like DecodeJpeg. Vectors, matrices and higher-dimensional string tensors are left as an excercise for the future. Note that the TF_STRING data type in TensorFlow corresponds to a byte[] in Java (not a String) since it is used for arbitrary bytes, not just strings of unicode characters. One more step in the journey that is zplizzi#5 Change: 141221096
- Loading branch information
1 parent
b0b9de3
commit 4d51b55
Showing
5 changed files
with
145 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters