onnxruntime/include/onnxruntime/core/graph
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
..
basic_types.h
constants.h Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
function.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
graph.h Improve node and node argument name generation (#3649) 2020-04-27 13:57:24 -07:00
graph_nodes.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
graph_viewer.h Address master merge PR comments (#3348) 2020-03-30 18:52:48 -07:00
indexed_sub_graph.h
node_arg.h subgraph type override handling and unit test (#3560) 2020-04-17 19:33:34 -07:00
onnx_protobuf.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
schema_registry.h Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00