Compare commits

...

2 Commits

Author SHA1 Message Date
themattsterr
d2ab9af346
Merge f48f9908d2 into fb54d8b549 2023-05-22 17:40:34 -05:00
themattsterr
f48f9908d2 Update NOTE in twml stub 2023-03-31 19:17:27 -07:00

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.
"""