forked from apache/mxnet
-
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.
added function for loading content of nd_array files from a buffer (a…
…pache#9883) * added function for loading content of nd_array files * changed function name and added check for NULL * removed no lint * fixed whitespace * corrected the casting * added python wrapper for buffer loading * added unit tests for loading from buffer * whitespace fixes * fix for python 3 * fixed test for py3 * python 3 problems * fixed test * switched to using temp files * better use of temp files * hopefully fixed permission issue * removed specified directory * hopefully this will work with windows * fixed indentation * check in to relaunch tests Python 3 windows failed for no obvious reason, deleted some whitespace to relaunch * switched to using temporary directory class * removed unneeded imports * moved imports to 1 location
- Loading branch information
1 parent
db24ac1
commit a352d1e
Showing
7 changed files
with
159 additions
and
3 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
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