microsoft / tensorflow-directml-plugin

DirectML PluggableDevice plugin for TensorFlow 2
Apache License 2.0
179 stars 23 forks source link

Reduce overhead for eager execution ops #293

Closed PatriceVignola closed 1 year ago

PatriceVignola commented 1 year ago

Reduce the number of times that we create new eager execution contexts and new eager ops in order to reduce useless overhead.