## What? Let's optimize the below VLM PatchEmbed module. ### Q. Doesn't one-optimize resolve this? - I checked that both - [x] (1) Remove redundant SelectV2 https://github.com/Samsung/TICO/pull/474 - Remove Reshape + Concat + Reshape at the bottom of the graph too - [ ] (2) Lower 4-dim permute to 3-dim permute
What?
Let's optimize the below VLM PatchEmbed module.
Q. Doesn't one-optimize resolve this?
I checked that both
(1) Remove redundant SelectV2 [passes] Remove redundant SelectV2 from Conv3D Legalize #474
(2) Lower 4-dim permute to 3-dim permute