robocar-steering-tflite-edg.../vendor/github.com/mattn/go-tflite/delegates/edgetpu/edgetpu.go.h

12 lines
190 B
C
Raw Normal View History

2021-10-10 19:03:57 +00:00
#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