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

Commit 05fad16

Browse files
authored
Rename LazyTensorTests.swift to LazyTensorHandleTests.swift (#404)
1 parent 36938cf commit 05fad16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TensorFlowTests/LazyTensorTests.swift renamed to Tests/TensorFlowTests/LazyTensorHandleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func ==(lhs: LazyTensorOperationRef, rhs: LazyTensorOperationRef) -> Bool {
2828
return lhs.value === rhs.value
2929
}
3030

31-
final class LazyTensorTests: XCTestCase {
31+
final class LazyTensorHandleTests: XCTestCase {
3232
func testConstructions() {
3333
let zero = Tensor<Float>(0.0)
3434
let zeroTFEHandle = zero.handle.handle._tfeTensorHandle

Tests/TensorFlowTests/XCTestManifests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public func allTests() -> [XCTestCaseEntry] {
2222
testCase(ComparisonOperatorTests.allTests),
2323
testCase(DatasetTests.allTests),
2424
testCase(LayerTests.allTests),
25-
testCase(LazyTensorTests.allTests),
25+
testCase(LazyTensorHandleTests.allTests),
2626
testCase(LazyTensorTraceTests.allTests),
2727
testCase(LazyTensorExplicitTraceTests.allTests),
2828
testCase(LazyTensorOperationTests.allTests),

0 commit comments

Comments
 (0)