Home | History | Annotate | Download | only in lib
      1 The binary frontend_main shows sample usage of the frontend, printing out
      2 coefficients when it has processed enough data.
      3 
      4 The binary frontend_memmap_main shows a sample usage of how to avoid all the
      5 init code in your runtime, by first running "frontend_generate_memmap" to
      6 create a header/source file that uses a baked in frontend state. This command
      7 could be automated as part of your build process, or you can just use the output
      8 directly.
      9 
     10