VeriSilicon / TIM-VX

VeriSilicon Tensor Interface Module
Other
216 stars 85 forks source link

Code refinement for mean-stddev-normalization fuse #632

Closed chenfeiyue-cfy closed 11 months ago

chenfeiyue-cfy commented 11 months ago

1.Added copyright && Added reference or const reference for functions 2.Rewrite function of determing whether there is a common input 3.Use std::remove_if instead of std::find before doing erase 4.Added security check to prevent access to deleted ops

Type: Code Improvement