public bool executing_eagerly() { if (context_switches.Count() == 0) { tf.enable_eager_execution(); } return(context_switches.Current().EagerMode); }
public bool executing_eagerly() => context_switches.Current().EagerMode;