File size: 318 Bytes
ccef021 | 1 2 3 4 5 6 7 8 9 | // This file includes the API headers to compile the interface functions
// The functions are declared in headers but implemented inline, so we need
// to include them here to generate the actual function definitions
#include "sparse_fwd.h"
#include "sparse_decode.h"
#include "dense_decode.h"
#include "dense_fwd.h"
|