Mananpoddarm
06/08/2020, 10:01 AMgildor
06/08/2020, 10:06 AMMananpoddarm
06/08/2020, 10:56 AM@CName("Java_com_example_android_1app_MainActivity_callInt")
fun callInt(env: CPointer<JNIEnvVar>, clazz: jclass, it: jint): jint {
initRuntimeIfNeeded()
Platform.isMemoryLeakCheckerActive = false
println(kTfLiteDimDense)
TfLiteInterpreterOptionsCreate()
println("Native function is executed with: $it")
return it + 1
}
I am able to access callInt() in my android app, what should I do exactly to access TfLiteInterpreterOptionsCreate() in my android app.Michal Harakal
06/08/2020, 11:47 AMMananpoddarm
06/08/2020, 11:50 AMMichal Harakal
06/08/2020, 11:56 AMMananpoddarm
06/08/2020, 2:29 PMMichal Harakal
06/08/2020, 2:32 PMktor-utils
for datetime or apllied expected/actuall
and alias
mechanism. I have to admit, the app is quite a basic (conference planner app, supporting various backends ...) https://github.com/dukecon/dukecon_mobileMichal Harakal
06/08/2020, 2:36 PMMichal Harakal
06/09/2020, 6:17 PMMananpoddarm
06/10/2020, 8:13 AMMichal Harakal
06/10/2020, 9:27 AM