blob: c4cfaf6357014f358a9e3585dcb4e1ba7cc36757 [file] [log] [blame]
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
Accelerated Backend Tools
=========================
The following tutorials will help you learn how to use backend tools to boost performance.
.. container:: cards
.. card::
:title: TensorRT
:link: tensorrt/index.html
How to use NVIDIA's TensorRT to boost inference performance.
.. card::
:title: MKL-DNN
:link: mkldnn/index.html
How to get the most from your CPU by using Intel's MKL-DNN.
.. card::
:title: TVM
:link: tvm.html
How to use TVM to boost performance.
.. card::
:title: Automatic Mixed Precision (AMP)
:link: amp.html
How to use Automatic Mixed Precision to boost performance.
.. card::
:title: MXNet Operator Profiler
:link: profiler.html
Use the profiler to monitor the performance of individual operators
..
.. toctree::
:hidden:
:maxdepth: 1
mkldnn/index
tensorrt/index
tvm
profiler
amp