eager: Remove unnecessary "if in_graph_mode()" check in layers.
VariableScope ignores the reuse argument when eager execution is enabled and treats it as AUTO_REUSE. So the caller doesn't have to explicitly do so. PiperOrigin-RevId: 170672112
Loading
Please sign in to comment