1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Examples {#dev_guide_examples}
==============================
| Topic | Engine | C++ API | C API |
| :---- | :--- | :---- | :--- |
| Tutorials | CPU/GPU | @ref getting_started_cpp | |
| | CPU/GPU | @ref memory_format_propagation_cpp | |
| | CPU/GPU | @ref performance_profiling_cpp | |
| | CPU/GPU | @ref cross_engine_reorder_cpp | @ref cross_engine_reorder_c |
| | CPU/GPU | @ref sycl_interop_buffer_cpp | |
| | GPU | @ref gpu_opencl_interop_cpp | |
| f32 inference | CPU/GPU | @ref cnn_inference_f32_cpp | @ref cnn_inference_f32_c |
| | CPU | @ref cpu_rnn_inference_f32_cpp | |
| int8 inference | CPU/GPU | @ref cnn_inference_int8_cpp | |
| | CPU | @ref cpu_rnn_inference_int8_cpp | |
| f32 training | CPU/GPU | @ref cnn_training_f32_cpp | |
| | CPU | | @ref cpu_cnn_training_f32_c |
| | CPU/GPU | @ref rnn_training_f32_cpp | |
| bf16 training | CPU/GPU | @ref cnn_training_bf16_cpp | |
|