README.md 500 Bytes
Newer Older
kahmed10's avatar
kahmed10 committed
1
2
# AMD MIGraphX Examples

turneram's avatar
turneram committed
3
4
5
6
7
8
9
10
11
12
13
## 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 Inference](./python_api_inference)