Samsung / ONE

On-device Neural Engine
Other
438 stars 157 forks source link

[tools/mec] Add pseudo const nodes for const tensors #14351

Closed batcheu closed 11 hours ago

batcheu commented 11 hours ago

The const tensor in circle model are orphan node that doesn't have source node. So, it adds it as a separate node with special type 'pseudo_const' that is invisible in the the graph, but is annotated at the node which uses it.


draft: #14318 issue: #14307