Reshape函数解释见代码
ReshapeLike函数解释见代码
create()函数解释见代码
NCHW可以在caffe中直接获取,如下
int num() const { return LegacyShape(0); }
int channels() const { return LegacyShape(1); }
int height() const { return LegacyShape(2); }
int width() const { return LegacyShape(3); }
CopyDataFrom函数解释见代码
data_at函数解释见代码
mutable_cpu_data函数解释见代码
offset函数解释见代码
#ifndef CAFFE_BLOB_HPP_
#define CAFFE_BLOB_HPP_
#include
#include