"sgl-kernel/vscode:/vscode.git/clone" did not exist on "cb432f17700689cc9577a91da8e22a06d941d657"
Commit d319d522 authored by Katherine Wu's avatar Katherine Wu Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 452369802
parent 16ada64d
......@@ -18,10 +18,10 @@ from absl import logging
import tensorflow as tf
# pylint: disable=g-direct-tensorflow-import
from tensorflow.python.training.tracking import tracking
from tensorflow.python.trackable import autotrackable
class VolatileTrackable(tracking.AutoTrackable):
class VolatileTrackable(autotrackable.AutoTrackable):
"""A util class to keep Trackables that might change instances."""
def __init__(self, **kwargs):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment