Make cond_v2 work in eager mode.
This effectively means turning off cond_v2 if eager execution is enabled, since cond in eager boils down to a regular Python if statement. PiperOrigin-RevId: 212726557
Loading
Please sign in to comment
This effectively means turning off cond_v2 if eager execution is enabled, since cond in eager boils down to a regular Python if statement. PiperOrigin-RevId: 212726557