1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
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 | |
| | CPU/GPU | @ref bnorm_u8_via_binary_postops_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 | |
| Graph API | CPU | @ref graph_cpu_getting_started_cpp | |
| | CPU | @ref graph_cpu_inference_int8_cpp | |
| | CPU/GPU | @ref graph_sycl_getting_started_cpp | |
| | CPU | @ref graph_cpu_single_op_partition_cpp| |
| | GPU | @ref graph_sycl_single_op_partition_cpp| |
|