提交 6e0a9ad5 编写于 作者: 李寅

Remove Prequantize

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