Skip to content

This change switches the behaviour of tf_keras from eager to lazy importing. This reduces the time to the first work cycle, thereby increasing development velocity. In cases where a library is imported but never used, it also saves runtime, as the import execution never occurs.#884

Open
copybara-service[bot] wants to merge 1 commit intomasterfrom
test_879699932

Conversation

@copybara-service
Copy link

This change switches the behaviour of tf_keras from eager to lazy importing. This reduces the time to the first work cycle, thereby increasing development velocity. In cases where a library is imported but never used, it also saves runtime, as the import execution never occurs.

…orting. This reduces the time to the first work cycle, thereby increasing development velocity. In cases where a library is imported but never used, it also saves runtime, as the import execution never occurs.

PiperOrigin-RevId: 879699932
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant