Skip to content

Commit 5020fae

Browse files
author
Mingsheng Hong
committed
Fixed comments.
1 parent c09ccb3 commit 5020fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/TensorFlow/CompilerRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ public func _GetGlobalEagerContext() -> CTFEContext {
11661166
return _ExecutionContext.global.eagerContext
11671167
}
11681168

1169-
// TODO: replace these functions with the generic versions commented out below.
1169+
// TODO: replace these functions with generic ones that do not hard-code Float.
11701170
@inlinable
11711171
@_silgen_name("_swift_tfc_ExtractFloatCTensorHandle")
11721172
public func _ExtractCTensorHandle(

0 commit comments

Comments
 (0)