提交 21f08a67 编写于 作者: 吴承辉

Merge branch 'master' into 'master'

Remove Prequantize

See merge request !222
...@@ -566,7 +566,7 @@ bool MaceEngine::Run(const float *input, ...@@ -566,7 +566,7 @@ bool MaceEngine::Run(const float *input,
memcpy(input_data, input, input_tensor->size() * sizeof(float)); memcpy(input_data, input, input_tensor->size() * sizeof(float));
} }
if (device_type_ == HEXAGON) { if (device_type_ == HEXAGON) {
hexagon_controller_->ExecuteGraphPreQuantize(*input_tensor, output_tensor); hexagon_controller_->ExecuteGraph(*input_tensor, output_tensor);
} else { } else {
if (!net_->Run()) { if (!net_->Run()) {
LOG(FATAL) << "Net run failed"; LOG(FATAL) << "Net run failed";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册