onnxruntime/onnxruntime/test
airockchip edaf8a542c
Initial PR for RKNPU execution provider (#3609)
* Initial RKNPU execution provider

    * Init

    * Support Ops:
        Conv, Relu, Clip, LeakyRelu,
        MaxPool, AveragePool, GlobalAveragePool,
        Concat, Softmax, BatchNormalization, Gemm,
        Add, Mul, Sub,
        Reshape, Squeeze, Unsqueeze,
        Flatten, Transpose,
        QLinearConv, DequantizeLinear

    * Add rknpu unittest

    * Update BUILD.md and Add RKNPU-ExecutionProvider.md

* misc code update

* fix CLIP accuracy issue.

* fix "Error: Duplicate definition of name".

* move rknpu_ddk out of onnxruntime submodule.

* remove temporary code.

* add rknpu namespace.

* update misc of node_attr_helper

* add const & comment for onnx_converter

* add const & comment for shaper

* unify variable name

Co-authored-by: dkm <dkm@rock-chips.com>
Co-authored-by: George Wu <jywu@microsoft.com>
2020-05-05 20:36:47 -07:00
..
common Address flaky test ReduceApiTest.Sum. (#3716) 2020-05-01 09:18:26 -07:00
contrib_ops Add Epsilon Attribute to Skip and Embed Layer Normalization (#3768) 2020-05-05 16:36:26 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
mlas Remove eigen device from thread pool 2020-05-01 02:21:57 -07:00
onnx Update ONNX submodule to ONNX 1.7 release candidate 2. (#3818) 2020-05-05 15:08:40 -07:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer (MaximKalininMS) Fix Reshape Fusion and Crash in Reshape (#3777) 2020-05-02 00:20:00 -07:00
perftest Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
platform Merge remote-tracking branch 'origin/ort_training' into edgchen1/merge_from_master 2020-04-22 16:56:15 +00:00
proto
providers Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
python Fix state_dict and save_as_onnx for training (#3774) 2020-05-05 11:47:46 -07:00
shared_lib Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
testdata Add CPU kernel for Einsum op (#3575) 2020-05-03 23:48:38 -07:00
tvm Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
util Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
win_getopt