.. 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. Inference ========= The following tutorials will help you learn how to deploy MXNet models for inference applications. .. container:: cards .. card:: :title: GluonCV Models in a C++ Inference Application :link: https://gluon-cv.mxnet.io/build/examples_deployment/cpp_inference.html An example application that works with an exported MXNet GluonCV YOLO model. .. card:: :title: Inference with Quantized Models :link: https://gluon-cv.mxnet.io/build/examples_deployment/int8_inference.html How to use quantized GluonCV models for inference on Intel Xeon Processors to gain higher performance. .. card:: :title: C++ :link: cpp.html How to use MXNet models in a C++ environment. .. card:: :title: Image Classification on Jetson :link: image_classification_jetson.html Example of running a pretrained image classification model on a Jetson module. .. card:: :title: Object Detection on Jetson :link: https://gluon-cv.mxnet.io/build/examples_detection/demo_jetson.html Example of running a pretrained object detection model on a Jetson module. .. toctree:: :hidden: :maxdepth: 1 :glob: *