提交 16093e49 编写于 作者: H hanbuhe

code format

上级 322d04e8
......@@ -257,13 +257,10 @@ class Tensor {
struct FPGAArgs {
float scale;
inline const float *scale_pointer() {
return &scale;
}
inline const float *scale_pointer() const { return &scale; }
};
struct FPGAArgs fpga_args() const {
const struct FPGAArgs fpga_args() const {
return fpgaArgs_;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册