提交 04b2ccf4 编写于 作者: W wangguibao

CTR model serving

上级 c605a76a
......@@ -133,7 +133,7 @@ int CTRPredictionOp::inference() {
for (int j = 0; j < values[i].buff.size(); ++j) {
oss << std::hex << std::uppercase << std::setw(2) << std::setfill('0')
<< (reinterpret_cast<int>(value[j]) & 0xff);
<< (static_cast<int>(value[j]) & 0xff);
}
LOG(INFO) << oss.str().c_str();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册