the-algorithm/twml/twml/summary/__init__.py
2023-03-31 19:17:27 -07:00

7 lines
255 B
Python

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 I am a lazy naughty dev.
"""