Skip to content

Commit

Permalink
reduce column number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhs4670go committed Nov 28, 2024
1 parent 4d78114 commit 1f8c8dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions compiler/circle-interpreter-cffi-test/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# circle-interpreter-cffi-test

The `circle_interpereter_cffi` library wrapped with CFFI is designed to expose an existing `luci-interpreter` class to Python. It simplifies the integration of the class by creating a Python-compatible interface using CFFI.
<br>The `circle_interpereter_cffi` library wrapped with CFFI is designed to expose
an existing `luci-interpreter` class to Python. It simplifies the integration of
the class by creating a Python-compatible interface using CFFI.</br>

`circle-interpreter-cffi-test` ensures that the Python bindings for the C++ library correctly. Specifically, it verifies that:
<br>`circle-interpreter-cffi-test` ensures that the Python bindings for the C++
library correctly. Specifically, it verifies that:</br>

1. The CFFI-wrapped library can succesfully load the circle model.
2. Inputs passed from Python are correctly interpreted by the `luci-interpreter`.
3. The output generated by the interpreter matches the expected results.

This test provides confidence that `luci-interpter`, when accessed through the Python interface, produces the same results as the original implementation.
<br>This test provides confidence that `luci-interpter`, when accessed through
the Python interface, produces the same results as the original implementation.</br>

0 comments on commit 1f8c8dd

Please sign in to comment.