adjust test model

pull/4450/head
guohongzilong 5 years ago
parent c6f63c591c
commit ad351a2b32

@ -81,7 +81,7 @@ int SplitCPUKernel::Run() {
auto in_tensor = in_tensors_.front();
input_ptr_ = reinterpret_cast<float *>(in_tensor->Data());
for (int i = 0; i < param->num_split_; i++) {
output_ptr_.push_back(reinterpret_cast<float *>(out_tensors_.at(i)->Data()));
output_ptr_[i] = reinterpret_cast<float *>(out_tensors_.at(i)->Data());
}
ret = LiteBackendParallelLaunch(SplitRun, this, thread_n_num_);
if (ret != RET_OK) {

@ -5,7 +5,7 @@ gender_res_large_deploy
glasses
hat
isface
ml_bank_detect_0312
#ml_bank_detect_0312
ml_face_div_parsing
ml_hardware_eyeclose
ml_ocr_detect_20200305

@ -35,6 +35,16 @@ mnasnet_1.3_224.tflite
inception_v3.tflite
deeplabv3_257_mv_gpu.tflite
multi_person_mobilenet_v1_075_float.tflite
#hiai_vad.tflite
#ide_label_base.tflite
#ide_label_retrained.tflite
#ml_ei_headpose.tflite
#ml_ei_landmark.tflite
#mnist.tflite
#mobilenet.tflite
#resnet.tflite
#scan_hms_angle1.tflite
#scan_hms_detect.tflite
hiai_latin_ocr.tflite
hiai_latin_ocr_1.tflite
ml_ocr_jk.tflite

Loading…
Cancel
Save