Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused tensors from VK model's graph (#4427)
Summary: Pull Request resolved: #4427 We implemented [operators fusion](#3769) (`conv+bn`) which fused `conv` and `bn`'s weights and biases, but the old parameters are not deleted. Hence we saw that VK model's size is nearly twice large as CPU's. As regards mobilenet_v2, before this diff CPU vs VK: 14M vs 22M. After this diff, both of them have 14M. Reviewed By: SS-JIA Differential Revision: D60257047
- Loading branch information