onnxruntime/winml/test
Ryan Lai 0b4659c3fe
Populates TensorProto with tensor from protobuf file (#4535)
* Expose load tensor proto from protobuf file function

* Add comment

* Remove use of fstream and use parsefromzerocopystream

* Close file descriptor after finish parsing it

* Close input stream too

* Set Close on delete only, no need to close file descriptor

* Revert "Set Close on delete only, no need to close file descriptor"

This reverts commit 5ba6e3c31b.

* Revert "Close input stream too"

This reverts commit 4564776733.

* Revert "Close file descriptor after finish parsing it"

This reverts commit 846e550c4f.

* Revert "Remove use of fstream and use parsefromzerocopystream"

This reverts commit 25a3117183.
2020-07-21 17:50:15 -07:00
..
adapter Fix DmlCopyTensor test (#3923) 2020-05-13 09:14:55 -07:00
api Enable disabled tests and add fixed model (#4059) 2020-05-28 13:24:12 -07:00
collateral add bm_fish_720 to collateral for scenario 22 test (#3998) 2020-05-20 23:19:27 -07:00
common Populates TensorProto with tensor from protobuf file (#4535) 2020-07-21 17:50:15 -07:00
concurrency Various changes for automated downlevel test pipeline (#3901) 2020-05-12 17:22:47 -07:00
image User/xianz/enable batch tests (#3914) 2020-05-12 15:46:46 -07:00
scenario Enable disabled tests and add fixed model (#4059) 2020-05-28 13:24:12 -07:00
.gitignore