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

Commit c08f706

Browse files
committed
Update comment on Runtime.swift.
1 parent f3b3e40 commit c08f706

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
@@ -1193,7 +1193,9 @@ func _TFCOpSetAttrTypeArray(
11931193
}
11941194
}
11951195

1196-
/// A class to keep around thread local state.
1196+
/// A class to keep around thread local state:
1197+
/// - DeviceScopes
1198+
/// - LazyTensorContext
11971199
class _ThreadLocalState {
11981200
var deviceScopes = DeviceScopes()
11991201

0 commit comments

Comments
 (0)