onnxruntime/include/onnxruntime/core
Wei-Sheng Chin e9d20e9dba
Revise Send and Recv (#4547)
* Add ability to retrieve inferred shapes when executing a kernel.
This ability helps Recv to know its output shapes without doing
actual cummunication. Of course, if the output shapes cannot be
inferred, Recv still needs to do communication to get shapes from
Send.

* Avoid communicating shape information when it can be inferred statically

* Replace unordered_map with thread-safe wrapper.
We don't want to have racing condition and undefined behavior
when using parallel executor.y

* Remove cout

* Add missing file

* Address comments

* Check dim_value. -1 means missing

* lock properly

* Address comments (remove thread-safe map)

* Remove poc header

* Replace Stream with DeferredReleaseCPUPtr
2020-07-30 23:02:45 -07:00
..
common Fix Windows Inbox build failing on 1) building raw api tests and 2) referencing _winml namespace in onnxruntime.dll (#3872) 2020-05-08 15:59:16 -07:00
framework Revise Send and Recv (#4547) 2020-07-30 23:02:45 -07:00
graph support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
optimizer Introduce training changes. 2020-03-11 14:39:03 -07:00
platform remove ENABLE_TELEMETRY macro (#4633) 2020-07-27 20:06:11 -07:00
providers Add ArmNN Execution Provider (#3714) 2020-06-03 22:57:51 +05:30
session Add GetStringTensorElement, GetStringTensorElementLength and FillStringTensorElement API (#4374) 2020-07-24 21:35:46 -07:00