jacinto-ai-devkit icon indicating copy to clipboard operation
jacinto-ai-devkit copied to clipboard

about channel_pitch

Open wuzhiyang2016 opened this issue 4 years ago • 2 comments

hello, in tidl_import tool, there is a confusing problem: for data layer , when calculate channel pitch, example: data_input 2242243, pad_w = 2, pad_h = 2, ti calculate channel_pitch = (224 + 2 *2 + 1) * (224 + 2) = 229 * 226.

the problem is why not calcualte channel_pitch = (224 +2) * (224 + 2) = 226* 226 ?

could you give me some guidance ?

wuzhiyang2016 avatar Aug 26 '20 08:08 wuzhiyang2016

Hi @wuzhiyang2016

Since this question is about TIDL, I suggest you to ask the question here: https://e2e.ti.com/support/processors/f/791/tags/TIDL

mathmanu avatar Aug 26 '20 08:08 mathmanu

ok, very thanks!

wuzhiyang2016 avatar Aug 26 '20 08:08 wuzhiyang2016