提交 8594d5c3 编写于 作者: F fengjiayi

change int numel_ to size_t numel

上级 1f97388a
......@@ -165,7 +165,7 @@ class Tensor {
std::shared_ptr<Placeholder> holder_; // holds the memory block if allocated.
DDim dims_;
int numel_; // cache of `product(dims_)`
size_t numel_; // cache of `product(dims_)`
size_t offset_; // marks the begin of tensor data area.
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册