onnxruntime/include/onnxruntime/core
Dmitri Smirnov e23a224518
Fix CUDA 10.2 compile error due to inlined_containers.h inclusion (#10702)
Fix CUDA 10.2 compile error due to inlined_containers.h inclusion
 into a common CUDA header.
 Use NumberOfNodes() to reserve space in a hash table
 Prefer separate call to reserve() rather than passing in the
 hash table constructor. They have somewhat different meaning.
2022-02-28 19:56:44 -08:00
..
common Fix VLOG?_DEFAULT macros usability. (#10568) 2022-03-01 13:16:26 +10:00
eager support register external ep lib information (#8897) 2021-08-31 20:51:22 -07:00
framework Fix CUDA 10.2 compile error due to inlined_containers.h inclusion (#10702) 2022-02-28 19:56:44 -08:00
graph Fix CUDA 10.2 compile error due to inlined_containers.h inclusion (#10702) 2022-02-28 19:56:44 -08:00
optimizer Refactor transformers and other code to reduce memory allocation calls (#10523) 2022-02-24 16:17:14 -08:00
platform Add restrictions for hybrid cpus for thread pool task distribution (#10393) 2022-02-17 14:34:09 -08:00
providers [TVM EP] Rename Standalone TVM (STVM) Execution Provider to TVM EP (#10260) 2022-02-15 10:21:02 +01:00
session Add optional optimizer to remove leftover Q->DQ pairs after all other QDQ processing has completed (#10659) 2022-03-01 08:05:02 +10:00