disable_eager_execution actually disables eager execution
This makes it somewhat less safe to call (as there can be eager tensorso out there which will mess up graph building) but makes it do what it says on the label. PiperOrigin-RevId: 226947417
Loading
Please sign in to comment