intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Refactor tensor initialization check for external weights #431

Closed jatinwadhwa921 closed 1 week ago

jatinwadhwa921 commented 3 weeks ago

Refactor tensor initialization check for external weights

preetha-intel commented 2 weeks ago

@jatinwadhwa921 Instead of getting the initialisers in execution_provider try to get it from capability.cc/data_ops.cc like we discussed. It will be like reusing the exisiting allocated variable. Try to trace those initialisers.