Incorrect checks in Blob::offset
Author: csukuangfjCreated May 8, 2018Updated Jun 24, 2026
Code
- branch: master
Description
See the code https://github.com/BVLC/caffe/blob/864520713a4c5ffae7382ced5d34e4cadc608473/include/caffe/blob.hpp#L153-L164
nshould be in the range[0, num())cis in[0, channels())his in[0, height())wis in[0,width()))
Source: BVLC/caffe