# AMD MIGraphX Examples ## Description This directory contains examples of common use cases for MIGraphX. ## Examples: - [C++ Parse, Load, and Save Graph Programs](./cpp_parse_load_save) - [C++ MNIST Inference](./cpp_api_inference) - [Exporting Frozen Graphs in TF1](./export_frozen_graph_tf1) - [Exporting Frozen Graphs in TF2](./export_frozen_graph_tf2) - [MIGraphX Docker Container](./migraphx_docker) - [MIGraphX Driver](./migraphx_driver) - [Python Resnet50](./python_api_inference) - [Python BERT-SQuAD](./python_bert_squad_example) - [Python Super Resolution](./python_super_resolution) - [Python NFNet](./python_nfnet_inference) - [Python U-Net](./python_unet) - [Python 3D-UNet](./python_3dunet)