首页
Java
登录
6mi
u
盘
搜
搜 索
Java
caffe message学习之BlobShape
caffe message学习之BlobShape
xiaoxiao
2021-02-28
108
github源码传送门, 这个message比较简单,用来定义blob的维度。
// Specifies the shape (dimensions) of a Blob.
message BlobShape { repeated
int64
dim =
1
[packed =
true
]; }
转载请注明原文地址: https://www.6miu.com/read-50944.html
技术
最新回复
(
0
)