Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit e7ddb73

Browse files
committed
Update comment on Runtime.swift.
1 parent abfd62d commit e7ddb73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/TensorFlow/Core/Runtime.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,9 @@ fileprivate func setAttrShapeList(
12331233
}
12341234
}
12351235

1236-
/// A class to keep around thread local state.
1236+
/// A class to keep around thread local state:
1237+
/// - DeviceScopes
1238+
/// - LazyTensorContext
12371239
class _ThreadLocalState {
12381240
var deviceScopes = DeviceScopes()
12391241

0 commit comments

Comments
 (0)