Remove use mkldnn from config in resnet50 test

test=develop
ce
Michał Gallus 7 years ago committed by GitHub
parent c504a5a1b7
commit f9ca31811d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,9 +27,6 @@ void SetConfig(AnalysisConfig *cfg) {
cfg->device = 0;
cfg->enable_ir_optim = true;
cfg->specify_input_name = true;
#ifdef PADDLE_WITH_MKLDNN
cfg->_use_mkldnn = true;
#endif
}
void SetInput(std::vector<std::vector<PaddleTensor>> *inputs) {

Loading…
Cancel
Save