12 lines
190 B
C

#ifndef GO_EDGETPU_H
#define GO_EDGETPU_H
#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <tensorflow/lite/c/c_api.h>
#include <edgetpu_c.h>
#endif