-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Numpy <---> TensorProto Conversion (#60)
* Fixed conversion for scalar types, both from and to TensorProto * Fixed conversion from nested python lists * Fixed conversion for DT_STRING, DT_HALF, DT_COMPLEX64 and DT_COMPLEX128 * Added tests to test Numpy to TensorProto conversion * Fix tests * Bumped version from 2.3.1 to 2.3.2
- Loading branch information
1 parent
b8417c0
commit f27c66a
Showing
7 changed files
with
320 additions
and
134 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
Oops, something went wrong.