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

Commit 5a53e02

Browse files
committed
more fixes
1 parent 1310cb8 commit 5a53e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Core/LazyTensorTraceCache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import CTensorFlow
1616
extension TFETensorHandle {
1717
/// Returns true if the handles are equivalent for the purposes of comparing lazy tensor traces.
1818
static func areHandlesEquivalent(_ lhs: TFETensorHandle, _ rhs: TFETensorHandle) -> Bool {
19-
return lhs._cTensorHandle == rhs._cTensorHandle
19+
lhs._cTensorHandle == rhs._cTensorHandle
2020
}
2121

2222
/// Returns true if the underlying tensors are equal.

0 commit comments

Comments
 (0)