From 316a6803f0cbc7a39d3eed9ea8cb77796ab49206 Mon Sep 17 00:00:00 2001 From: Linyan Mei Date: Fri, 29 Sep 2023 05:56:47 +0200 Subject: [PATCH] Update api.rst --- docs/source/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 952a2b03..adea37b1 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -38,5 +38,6 @@ The outputs of the function are * **energy**: A number that indicates the overall consumed energy for running the workload on the accelerator in the user-defined optimized way. * **latency**: A number that indicates the overall latency (cycle count) for running the workload on the accelerator in the user-defined optimized way. * **cme**: A collection of all the detailed cost model evaluation results. "cme" stands for "cost model evaluation". +.. note:: -We demonstrate how to use this api function in multiple `demos `_. + We demonstrate how to use this api function in multiple `demos `_.