testing-libngraph.rst 1.24 KB

Test the nGraph library

The |InG| library code base uses the GTest framework for unit tests. CMake automatically downloads a copy of the required GTest files when configuring the build directory.

To perform the unit tests:

  1. Create and configure the build directory as described in our :doc:`installation` guide.

  2. Enter the build directory and run make check:

    $ cd build/
    $ make check
    

Compiling a framework with libngraph

After building and installing the nGraph library to your system, the next logical step is to compile a framework that you can use to run a training/inference model with one of the backends that are now enabled.

For this early |release| release, we're providing :doc:`framework-integration-guides`, for:

Integration guides for other frameworks are tentatively forthcoming.