onnxruntime/onnxruntime/core
gwang-msft 0933148fc3
[Android NNAPI EP] change most of the exceptions to return Status (#4701)
* change some function from throw to return status

* move more functions to return status

* move most of the exception to return status

* move logsink on android from CLogSink to AndroidLogSink

* addressed comments

* add type attr to check if the return status is used in compile
2020-08-04 21:37:27 -07:00
..
codegen
common adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
dll
framework Support int32 and int64 types for Tile CUDA kernel (#4684) 2020-08-03 17:47:37 -07:00
graph Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
language_interop_ops FixPyOpSegFault&MakeItStaticLib (#4600) 2020-07-28 11:45:25 -07:00
mlas fix xcode alerts (#4470) 2020-07-16 10:20:34 -07:00
optimizer Enable MatMul + Scale fusion (#4669) 2020-08-04 16:27:22 -07:00
platform fix xcode alerts (#4470) 2020-07-16 10:20:34 -07: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 Address PR comments and clean up. (#3536) 2020-04-15 15:51:52 -07:00
providers [Android NNAPI EP] change most of the exceptions to return Status (#4701) 2020-08-04 21:37:27 -07:00
session [Android NNAPI EP] change most of the exceptions to return Status (#4701) 2020-08-04 21:37:27 -07:00
util MLAS: support prepacking APIs for quantized GEMM (#4433) 2020-07-06 15:20:10 -07:00