Enable control flow v2 inside TF functions.
This makes it so control flow v2 is enabled when inside a function and otherwise disabled (i.e. if inside of a legacy graph), regardless of whether TF 2.0 behavior is enabled. Note that in eager mode, Python control flow is used instead of control flow graph ops. PiperOrigin-RevId: 226252291
Loading
Please sign in to comment