onnxruntime/docs
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
..
execution_providers Initial PR for RKNPU execution provider (#3609) 2020-05-05 20:36:47 -07:00
images
python
ABI_Dev_Notes.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
AddingCustomOp.md
AddingExecutionProvider.md
C_API.md Add new docs around how to bind to the onnxruntime.dll (#3539) 2020-04-22 11:24:36 -07:00
cmake_guideline.md
Coding_Conventions_and_Standards.md
ContribOperators.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
CSharp_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
HighLevelDesign.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
How_To_Update_ONNX_Dev_Notes.md move backend test filters into data file (#3798) 2020-05-02 19:05:58 -07:00
Java_API.md
Model_Test.md
NotesOnThreading.md Add Threadpool::TrySimpleParallelFor (#3759) 2020-04-30 20:03:33 +10:00
ONNX_Runtime_Graph_Optimizations.md Disable GeluApproximation transformer by default (#3644) 2020-04-24 14:29:40 -07:00
ONNX_Runtime_icon.png
ONNX_Runtime_logo.png
ONNX_Runtime_Perf_Tuning.md Update documentation + Update mlas threading lib to use the new TrySimpleParallelFor. (#3779) 2020-05-01 00:23:06 -07:00
ONNX_Runtime_Server_Usage.md OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
onnxruntime_dependencies.dot Update dependencies graph 2020-04-17 07:38:45 -07:00
onnxruntime_dependencies.png Update dependencies graph 2020-04-17 07:38:45 -07:00
OperatorKernels.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
PR_Guidelines.md Add guidelines for writing a good PR. (#3830) 2020-05-05 16:28:21 -07:00
Privacy.md
PyOp.md
Python_Dev_Notes.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
ReleaseManagement.md
Roadmap.md
Server.md
Versioning.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
WinRT_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00