"...composable_kernel_rocm.git" did not exist on "ae20247a4edf9a280275ef80bc5a660d2f082f49"
Unverified Commit cc2296f4 authored by Cagri Eryilmaz's avatar Cagri Eryilmaz Committed by GitHub
Browse files

restructring examples (#909)



* restructring examples

* modifications to titles/paths

* cleanup
Co-authored-by: default avatarroot <root@rocm-framework-3.amd.com>
parent 91c9ebbc
# AMD MIGraphX Examples # AMD MIGraphX Examples
## Description ## Description
This directory contains examples of common use cases for MIGraphX. This directory contains examples of common use cases for MIGraphX.
## Examples: ## Examples:
- [C++ Parse, Load, and Save Graph Programs](./cpp_parse_load_save) - [MIGraphX usage and utilities](./migraphx)
- [C++ MNIST Inference](./cpp_api_inference) - [Vision inference examples](./vision)
- [Exporting Frozen Graphs in TF1](./export_frozen_graph_tf1) - [Natural language inference examples](./nlp)
- [Exporting Frozen Graphs in TF2](./export_frozen_graph_tf2) \ No newline at end of file
- [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)
# AMD MIGraphX usage and utilities
- [C++ Parse, Load, and Save Graph Programs](./cpp_parse_load_save)
- [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)
\ No newline at end of file
# Natural Language Processing Inference Examples
- [Python BERT-SQuAD](./python_bert_squad)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment