C API and no Python

getting started. so all the niave questions come out.

Can I embed TF in my C program using the C API and not have to deal with Python at all?

The C API is very minimal:

What is your use case?

i want to merge a DNA sequence alignment program (minimap2) with patterns in gene alignments. Since the bulk of the work is in C code, I’d prefer to stay in C.

Do you need this at inference? Are you working on Edge devices?