onnxruntime/onnxruntime/test/util/include
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
..
test resolve conflict 2020-03-20 20:20:35 +00:00
asserts.h Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
default_providers.h Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
file_util.h Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
providers.h merge training kernels to master (#2999) 2020-02-13 14:52:35 -08:00
temp_dir.h Introduce training changes. 2020-03-11 14:39:03 -07:00
test_allocator.h Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
test_random_seed.h Disable or update flaky tests, improve test random seed accessibility. (#3495) 2020-04-17 15:57:32 -07:00