onnxruntime/onnxruntime/core
2020-11-10 18:38:20 +01:00
..
codegen Add ability to filter GraphViewer using IndexedSubGraph. (#5614) 2020-11-04 07:08:18 +10:00
common Support multi-loop parallel sections, use multi-loop sections in GRU (#5602) 2020-11-10 12:24:57 +00:00
dll populate file metadata for onnxruntime.dll (#2978) 2020-02-07 11:00:28 -08:00
flatbuffers Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
framework Move GetUseDeterministicCompute() to OpKernelContext to avoid need to downcast to OpKernelContextInternal. (#5729) 2020-11-09 11:37:06 -08:00
graph The IndexedSubGraph is used to create the Function body, but after that is invalid as the nodes it referred to have been removed from the main Graph. As such there's no need to store it in the FunctionImpl instance. (#5669) 2020-11-05 17:21:56 +10:00
language_interop_ops Change the OrtCustomOp invocation as a constant. (#5506) 2020-11-02 10:38:07 -08:00
mlas optimize QLinearConv depthwise convolutions (#5605) 2020-10-28 16:42:53 -07:00
optimizer Dropout op elimination - enable for ORT training (#5588) 2020-10-27 11:51:23 -07:00
platform Loosen tolerance of CudaKernelTest.ReduceSum_MidTensor, allow test random seed to be regenerated within a test run. (#5675) 2020-11-03 10:37:00 -08:00
profile Use OrtMutex and OrtCondVar everywhere instead of std::mutex/std::condition_variable for consistency. 2020-06-03 08:42:16 -07:00
protobuf implement per-channel for quantizelinear and dequantizelinear (#4759) 2020-08-21 12:08:50 -07:00
providers Add support for string with operator Expand (#5751) 2020-11-10 18:38:20 +01:00
session Remove redundant const_cast (#5705) 2020-11-05 09:43:22 -08:00
util Implement Im2colNd NHWC and related qlinearconv logic for u8s8. (#5612) 2020-10-30 15:28:30 -07:00