This commit is contained in:
themattsterr 2023-07-17 21:41:52 -05:00 committed by GitHub
commit e5a11be07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ from tensorflow.python.ops.summary_ops_v2 import flush # noqa: F401
"""
NOTE: Using `from tensorflow.python.ops.summary_ops_v2 import flush` in the code works.
This stub exists because it was easier to refactor code because twml is widely used.
This stub exists because it was easier to refactor code because I am a lazy naughty dev.
"""