Updated includes

This commit is contained in:
Alejandro Saucedo 2020-10-13 06:13:04 +01:00
parent 743a687704
commit 1e39ef30cc

View file

@ -12,14 +12,20 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <unistd.h>
// Includes the Jni utilities for Android to be able to create the
// relevant bindings for java, including JNIEXPORT, JNICALL , and
// other "j-variables".
#include <jni.h>
#include "kompute/Kompute.hpp"
// The ML class exposing the Kompute ML workflow for training and
// prediction of inference data.
#include "KomputeModelML.hpp"
// Allows us to use the C++ sleep function to wait when loading the
// Vulkan library in android
#include <unistd.h>
#ifndef KOMPUTE_VK_INIT_RETRIES
#define KOMPUTE_VK_INIT_RETRIES 5
#endif