Created by: DannyIsFunny
【问题描述】:使cxx_predictor->clone()得到的Predictor共享权重参数
【进度】:编译通过,单测测试暂未通过 (执行Cloned_Predictor->Run
,执行成功,但执行后报segmentarion fault:预估可能原因programdesc
需要修改为share_ptr格式、scope
加入读取锁)
【todo】:
1、cxx_api.h: 将Predictor->programdesc修改为share_ptr格式,需要共享,较多关联函数需要修改
2、lite/core/scope.cc中添加读取线程锁。(当前加入了写入线程锁)