config 446 字节
Newer Older
Y
yejianwu 已提交
1 2 3 4 5 6 7 8 9 10 11 12
; [models]
; DIRECTORIES = tools/mobile_net/64/,tools/mobile_net/128/

[configs]
; If exists 'models' section, this section will be global variable to sub models
; Otherwise this is the model's config and must be put in the same dirs with model.pb
TF_INPUT_NODE=input
TF_OUTPUT_NODE=output
MODEL_TAG=mobile_net
INPUT_SHAPE=1,64,64,3
OUTPUT_SHAPE=1,64,64,2
RUNTIME=gpu
13
TARGET_ABI=armeabi-v7a
Y
yejianwu 已提交
14
LIMIT_OPENCL_KERNEL_TIME=0
15 16
DSP_MODE=0
BENCHMARK_FLAG=0