fix missing std::to_string during Android build, android rpc test script (#1279)

This commit is contained in:
eqy 2018-06-13 17:20:10 -07:00 коммит произвёл Tianqi Chen
Родитель c55865b46a
Коммит 0c37907d81
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.