mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00

* add java examples * fix detail * fix pre-config --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
22 lines
592 B
C
22 lines
592 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class InferDemo */
|
|
|
|
#ifndef EXAMPLES_APPLICATION_JAVA_PPYOLOE_CPP_INFER_DEMO_H_
|
|
#define EXAMPLES_APPLICATION_JAVA_PPYOLOE_CPP_INFER_DEMO_H_
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: InferDemo
|
|
* Method: infer
|
|
* Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_InferDemo_infer
|
|
(JNIEnv *env, jobject thiz, jstring modelPath, jstring imagePath);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // EXAMPLES_APPLICATION_JAVA_PPYOLOE_CPP_INFER_DEMO_H_
|