Commit 8ac5670
authored
[VitisAI] Remove unused function body handling in graph fusion (#26519)
### Description
Vitis AI EP graph_fuse memory optimize.
This PR removes unused function body handling code in the VitisAI graph
fusion implementation.
### Changes
- Removed unused function body handling in graph fusion
(`onnxruntime/core/providers/vitisai/imp/graph.cc`)
### Context
The function body handling code in the graph fusion logic was not being
used and can be safely removed to simplify the implementation.1 parent afcdd2b commit 8ac5670
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
| |||
0 commit comments