Skip to content

Commit

Permalink
Update BoltModel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxianzhi authored Jul 29, 2022
1 parent 33c2ad1 commit 082853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/engine/include/BoltModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ JNIEXPORT void JNICALL BOLT_JNI_PREFIX(BoltModel_setRuntimeDeviceDynamicJNI)(
* Method: setNumThreads
* Signature: (I)V
*/
JNIEXPORT void JNICALL BOLT_JNI_PREFIX(BoltModel_setNumThreads)(JNIEnv *, jint);
JNIEXPORT void JNICALL BOLT_JNI_PREFIX(BoltModel_setNumThreads)(JNIEnv *, jobject, jint);

/*
* Class: BoltModel
Expand Down

0 comments on commit 082853d

Please sign in to comment.