File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
branches/tensorflow-merge/test/TensorFlowRuntime Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1124,7 +1124,7 @@ refs/tags/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-29-a: 1b087071edaea398480fb778e
1124
1124
refs/tags/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-10-30-a: 8bc9e108e1480d9217299984e428c601c7aaac75
1125
1125
refs/tags/swift-4.2.1-RELEASE: 02a6ca969ea1387475b6caeb69c31186df7d30b6
1126
1126
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a: 3b0299288f8287094b9ef587f46df54f42a347af
1127
- refs/heads/tensorflow-merge: 6822658890daeb579bd58251c6e8d906feb5a13b
1127
+ refs/heads/tensorflow-merge: 33682aa696c22f5feb3e7cf06a75f5eb8a2d5e37
1128
1128
refs/heads/TensorFlowLite: b91446471276e37bbfe64767c875f3c7f7102954
1129
1129
refs/heads/ad-side-effects: 19e0c0de1f59b0929c381925df2e8c72cdf4a728
1130
1130
refs/heads/add-test-for-asan-compiler-crash: 3cdeecffb47bf28707b299fa2b5bdf0769a4a826
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ extension Tensor : _TensorArrayProtocolEnhanced {
22
22
}
23
23
}
24
24
25
- #if !CUDA
26
-
27
25
TracerTests . testAllBackends ( " SimpleTFFunction " ) {
28
26
func cond( i: Tensor < Int32 > , n: Tensor < Int32 > ) -> ( Tensor < Int32 > ) {
29
27
return ( Tensor < Int32 > ( i .< n) )
@@ -37,7 +35,7 @@ TracerTests.testAllBackends("SimpleTFFunction") {
37
35
38
36
func runWhile( _ n: Int32 ) -> Tensor < Int32 > {
39
37
return #tfop(
40
- " StatelessWhile " ,
38
+ " While " ,
41
39
Tensor < Int32 > ( 0 ) ,
42
40
T$dtype: [ Int32 . tensorFlowDataType] ,
43
41
cond$func: tffunc ( Tensor < Int32 > ( n) ) ,
@@ -48,6 +46,4 @@ TracerTests.testAllBackends("SimpleTFFunction") {
48
46
expectEqualWithScalarTensor ( 300 , runWhile ( 300 ) )
49
47
}
50
48
51
- #endif // !CUDA
52
-
53
49
runAllTests ( )
You can’t perform that action at this time.
0 commit comments