Searched refs:in_eager_mode (Results 1 – 5 of 5) sorted by relevance
197 in_eager_mode = context.executing_eagerly()199 if in_eager_mode:220 if not in_eager_mode:237 in_eager_mode = context.executing_eagerly()239 if in_eager_mode:247 if not in_eager_mode:257 in_eager_mode = context.executing_eagerly()259 if in_eager_mode:267 if not in_eager_mode:287 in_eager_mode = context.executing_eagerly()[all …]
551 in_eager_mode = context.executing_eagerly()555 if in_eager_mode:563 not in_eager_mode else570 if control_flow_util.ENABLE_CONTROL_FLOW_V2 and not in_eager_mode:580 if not control_flow_util.ENABLE_CONTROL_FLOW_V2 or in_eager_mode:
152 in_eager_mode = executing_eagerly variable
572 in_eager_mode = context.executing_eagerly()680 if in_eager_mode and not self.trainable:699 if in_eager_mode and not self.trainable:
931 def in_eager_mode(): function