求问大神指点,tensorflow的图像分类模型进行android移植的时候出现了如下报错

03-28 17:20:53.554 32373-32373/? I/art: Late-enabling -Xcheck:jni
03-28 17:20:53.559 32373-32373/? I/art: Reinit property: dalvik.vm.checkjni= false
03-28 17:20:53.737 32373-32373/com.example.susu.whh I/HwCust: Constructor found for class android.app.HwCustActivityImpl
03-28 17:20:53.770 32373-32373/com.example.susu.whh I/HwCust: Constructor found for class android.app.HwCustHwWallpaperManagerImpl
03-28 17:20:53.784 32373-32373/com.example.susu.whh W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
03-28 17:20:53.849 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:97 Native TF methods loaded.
03-28 17:20:53.849 32373-32373/com.example.susu.whh I/TensorFlowInferenceInterface: Native methods already loaded.
03-28 17:20:53.849 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:85 Creating new session variables for 57310ee98bb698c0
03-28 17:20:53.849 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:113 Loading Tensorflow.
03-28 17:20:53.853 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:120 Session created.
03-28 17:20:53.853 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:126 Acquired AssetManager.
03-28 17:20:53.853 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:128 Reading file to proto: file:///android_asset/vggs.pb
03-28 17:20:54.787 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:132 GraphDef loaded from file:///android_asset/vggs.pb with 124 nodes.
03-28 17:20:54.788 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:139 Creating TensorFlow graph from GraphDef.
03-28 17:20:54.825 32373-32373/com.example.susu.whh I/native: tensorflow_inference_jni.cc:151 Initialization done in 976.097ms
03-28 17:20:54.829 32373-32373/com.example.susu.whh E/11: i1
03-28 17:20:54.888 32373-32373/com.example.susu.whh I/HwPointEventFilter: support AFT
03-28 17:20:55.068 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:20:55.085 32373-32401/com.example.susu.whh W/linker: /vendor/lib/libhwuibp.so: unused DT entry: type 0xf arg 0xeb5
03-28 17:20:55.105 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:20:55.160 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:20:55.171 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 3
03-28 17:20:55.173 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:20:55.175 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242944
03-28 17:21:51.924 32373-32373/com.example.susu.whh I/hwaps: JNI_OnLoad
03-28 17:21:51.933 32373-32373/com.example.susu.whh I/HwPointEventFilter: ACTION_DOWN has not handle
03-28 17:21:53.075 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242948
                                                                      
                                                                      
                                                                      [ 03-28 17:21:53.083 32508:32508 I/         ]
                                                                      power log dlsym ok
03-28 17:21:54.819 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:21:54.833 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:21:54.839 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 3
03-28 17:21:54.840 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:21:54.840 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242944
03-28 17:21:59.778 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:21:59.792 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:21:59.798 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 3
03-28 17:21:59.799 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:21:59.800 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242944
03-28 17:22:00.595 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242948
03-28 17:22:02.002 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:22:02.017 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:22:02.020 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 3
03-28 17:22:02.022 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:22:02.023 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242944
03-28 17:22:03.750 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242948
03-28 17:22:04.710 32373-32401/com.example.susu.whh I/OpenGLRenderer: Initialized EGL, version 1.4
03-28 17:22:04.724 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:22:04.728 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 3
03-28 17:22:04.729 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 0
03-28 17:22:04.730 32373-32401/com.example.susu.whh E/OpenGLRenderer: allen debug liyu Key: 5242944
03-28 17:23:44.878 32373-32373/com.example.susu.whh I/HwPointEventFilter: ACTION_DOWN has not handle

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值