onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

replace a heavy class `Initializer` with LightInitializer

Open wejoncy opened this issue 3 years ago • 0 comments

Description: Describe your changes. Xnnpack don't expect an external constant initializer. We have a helper class to unpack initializer_tensor. Motivation and Context

  • Why is this change required? What problem does it solve? reduce binarysize and support minimal build.
  • If it fixes an open issue, please link to the issue here.

wejoncy avatar Aug 11 '22 09:08 wejoncy