tinytc#
The Tiny Tensor Compiler provides a C-API and a C++-API. The C++-API is a header-only library built on top of the C-API that does not introduce new symbols but only convience functionality for C++-users.
The C-API and C++-API provided by libtinytc is discussed in this section. Applications should always include the header
#include "tinytc/tinytc.h"
for using the C-API or include the header
#include "tinytc/tinytc.hpp"
for using the C++-API and link against libtinytc.