onnxruntime/include/onnxruntime/core/graph
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
..
basic_types.h Fix SDL warnings in CPU EP (#9975) 2021-12-19 20:54:29 -08:00
constants.h Convert com.microsoft::ATen into org.pytorch.aten::ATen onnx op (#10060) 2022-02-28 14:14:45 -05:00
function.h add model local function support (#8540) 2021-09-08 11:47:01 -07:00
graph.h Refactor transformers and other code to reduce memory allocation calls (#10523) 2022-02-24 16:17:14 -08:00
graph_nodes.h Fix CUDA 10.2 compile error due to inlined_containers.h inclusion (#10702) 2022-02-28 19:56:44 -08:00
graph_viewer.h Add layout transformer for NNAPI (#10371) 2022-02-15 20:25:29 -08:00
indexed_sub_graph.h Remove duplicated constant initializer copies for TensorRT nodes (#10105) 2021-12-22 12:19:56 -08:00
node_arg.h Enable transpose optimizer in minimal extended build (#10349) 2022-01-31 09:41:04 -08:00
schema_registry.h