summaryrefslogtreecommitdiff
path: root/docs/howto/index.rst
blob: faeedbfaaa839b4f7d42e882444dd7e32091f882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. ONE documentation master file, created by
   sphinx-quickstart on Thu May 14 18:13:12 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

How To
======

.. toctree::
   :maxdepth: 2
   :caption: Contents:

  ./how-to-build-compiler.md
  ./how-to-build-package.md
  ./how-to-build-runtime.md
  ./how-to-build-runtime-tizen-gbs-rpi4.md
  ./how-to-build-runtime-using-prebuilt-docker-image.md
  ./how-to-cross-build-runtime-for-aarch64.md
  ./how-to-cross-build-runtime-for-android.md
  ./how-to-cross-build-runtime-for-arm.md
  ./how-to-run-package.md
  ./how-to-make-an-application-with-runtime.md
  ./how-to-use-api.md
  ./how-to-use-nnapi-binding.md
  ./how-to-use-nnfw-api.md
  ./how-to-use-specific-backend.md
  ./how-to-contribute.md
  ./how-to-remote-debugging-with-visual-studio-code.md
  ./how-to-add-a-new-operation.md
  ./how-to-introduce-a-new-operation-into-compiler.md
  ./how-to-introduce-a-new-operation-into-runtime.md