From c97596283cac2fab41306f472326b3cf15d01125 Mon Sep 17 00:00:00 2001 From: liyin Date: Tue, 19 Mar 2019 11:16:24 +0800 Subject: [PATCH] Fix doc --- docs/user_guide/advanced_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/advanced_usage.rst b/docs/user_guide/advanced_usage.rst index e282f180..dfd69cca 100644 --- a/docs/user_guide/advanced_usage.rst +++ b/docs/user_guide/advanced_usage.rst @@ -81,7 +81,7 @@ in one deployment file. * - backend - The onnx backend framework for validation, could be [tensorflow, caffe2, pytorch], default is tensorflow. * - runtime - - The running device, one of [cpu, gpu, dsp, cpu_gpu]. cpu_gpu contains CPU and GPU model definition so you can run the model on both CPU and GPU. + - The running device, one of [cpu, gpu, dsp, cpu+gpu]. cpu+gpu contains CPU and GPU model definition so you can run the model on both CPU and GPU. * - data_type - [optional] The data type used for specified runtime. [fp16_fp32, fp32_fp32] for GPU, default is fp16_fp32, [fp32] for CPU and [uint8] for DSP. * - input_data_types -- GitLab