caffe message学习之BlobShape

xiaoxiao2021-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)