onnxruntime
Remove unused initializer from GraphProto as well as name_to_initial_tensor_ in CleanUnusedInitializers.
#2320
Merged

Commits
  • Remove unused initializer from GraphProto as well as name_to_initial_tensor_ in CleanupUnusedInitializers.
    skottmckay committed 6 years ago
  • Handle edge case where a model has an unused initializer with matching graph input by also removing the graph input.
    skottmckay committed 6 years ago
  • Use non-const iterators in std::find_if calls to make centos build happy.
    skottmckay committed 6 years ago
Loading