From 200bba87f0060cfbc92c6ff45026313c188b6452 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期三, 17 四月 2024 19:14:20 +0800 Subject: [PATCH] sort frame_queue --- runtime/onnxruntime/include/com-define.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/include/com-define.h b/runtime/onnxruntime/include/com-define.h index 7160a0e..9480b0b 100644 --- a/runtime/onnxruntime/include/com-define.h +++ b/runtime/onnxruntime/include/com-define.h @@ -51,6 +51,7 @@ #define QUANT_MODEL_NAME "model_quant.onnx" // gpu models #define INFER_GPU "gpu" +#define BATCHSIZE "batch-size" #define TORCH_MODEL_NAME "model.torchscripts" #define TORCH_QUANT_MODEL_NAME "model_quant.torchscripts" #define BLADE_MODEL_NAME "model.blade.fp16.pt" -- Gitblit v1.9.1