fix missing std::to_string during Android build, android rpc test script (#1279)
This commit is contained in:
Родитель
c55865b46a
Коммит
0c37907d81
|
@ -8,7 +8,7 @@ endif
|
|||
|
||||
include $(config)
|
||||
|
||||
APP_STL := gnustl_static
|
||||
APP_STL := c++_static
|
||||
|
||||
APP_CPPFLAGS += -DDMLC_LOG_STACK_TRACE=0 -DTVM4J_ANDROID=1 -std=c++11 -Oz -frtti
|
||||
ifeq ($(USE_OPENCL), 1)
|
||||
|
|
|
@ -6,7 +6,7 @@ And configure the proxy host field as commented.
|
|||
|
||||
import tvm
|
||||
import os
|
||||
from tvm.contrib import rpc, util, ndk, rpc_proxy
|
||||
from tvm.contrib import rpc, util, ndk
|
||||
import numpy as np
|
||||
|
||||
# Set to be address of tvm proxy.
|
||||
|
|
Загрузка…
Ссылка в новой задаче