ponder-lab / Hybridize-Functions-Refactoring

Refactorings for optimizing imperative TensorFlow clients for greater efficiency.
Eclipse Public License 2.0
0 stars 0 forks source link

The call() methods of custom layers are getting hybridized #328

Open khatchad opened 7 months ago

khatchad commented 7 months ago

That's because tensors are passe to them just like the call() methods of custom Models. Should we:

Either of these would seem to be special cases.

khatchad commented 7 months ago

Even though we are hybridizing call() of layers, it doesn't seem to have a big impact on performance. Maybe it's a little slower but not by much.