Searched refs:in_eager_mode (Results 1 – 3 of 3) sorted by relevance
168 in_eager_mode = context.executing_eagerly()170 if in_eager_mode:191 if not in_eager_mode:208 in_eager_mode = context.executing_eagerly()210 if in_eager_mode:218 if not in_eager_mode:228 in_eager_mode = context.executing_eagerly()230 if in_eager_mode:238 if not in_eager_mode:258 in_eager_mode = context.executing_eagerly()[all …]
601 in_eager_mode = context.executing_eagerly()605 if in_eager_mode:613 not in_eager_mode else620 if control_flow_util.ENABLE_CONTROL_FLOW_V2 and not in_eager_mode:630 if not control_flow_util.ENABLE_CONTROL_FLOW_V2 or in_eager_mode:
2007 def in_eager_mode(): function