google-research / evoflow

Apache License 2.0
32 stars 10 forks source link

Revamp optimization hint system #69

Open ebursztein opened 4 years ago

ebursztein commented 4 years ago

Implement the notion of global hint properly and make sure it apply first and then local hint take over if needed.

O1: JIT support O2: Op local simplification safe (e,g via XLA) O3: Graph simplification support