Skip to content

Commit

Permalink
Docs update: a15c72b
Browse files Browse the repository at this point in the history
[email protected]
[hw dispatcher] Add new accel_config function for op_config functionality to configuration driver (#359)
  • Loading branch information
ipl_ci committed Sep 19, 2024
1 parent 3254bea commit 8267b9d
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 3 deletions.
Binary file modified .doctrees/documentation/api_docs/high_level_api.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/api_docs/low_level_api.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/bench_docs/guide.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/documentation/get_started_docs/installation.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/get_started_docs/quick_start.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/get_started_docs/testing.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/introduction_docs/introduction.doctree
Binary file not shown.
Binary file modified .doctrees/documentation/introduction_docs/legal.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion _sources/documentation/api_docs/low_level_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,12 @@ set-functions:
- ``dml_batch_set_dif_insert_by_index``
- ``dml_batch_set_dif_strip_by_index``

Result and status of specific operation can be obtained via
Result, status and crc of specific operation can be obtained via
get-functions:

- ``dml_batch_get_result``
- ``dml_batch_get_status``
- ``dml_batch_get_crc``


.. attention::
Expand Down
3 changes: 2 additions & 1 deletion documentation/api_docs/low_level_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,12 @@ <h4>Batch operation<a class="headerlink" href="#batch-operation" title="Link to
<li><p><code class="docutils literal notranslate"><span class="pre">dml_batch_set_dif_insert_by_index</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">dml_batch_set_dif_strip_by_index</span></code></p></li>
</ul>
<p>Result and status of specific operation can be obtained via
<p>Result, status and crc of specific operation can be obtained via
get-functions:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">dml_batch_get_result</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">dml_batch_get_status</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">dml_batch_get_crc</span></code></p></li>
</ul>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8267b9d

Please sign in to comment.