Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

about channel_pitch #6

Open
wuzhiyang2016 opened this issue Aug 26, 2020 · 2 comments
Open

about channel_pitch #6

wuzhiyang2016 opened this issue Aug 26, 2020 · 2 comments

Comments

@wuzhiyang2016
Copy link

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 ?

@mathmanu
Copy link
Collaborator

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

@wuzhiyang2016
Copy link
Author

ok, very thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants