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

11 lines
197 B
C
Raw Normal View History

2021-10-10 19:03:57 +00:00
#ifndef GO_TFLITE_H
#define GO_TFLITE_H
#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <tensorflow/lite/c/c_api_experimental.h>
#endif