[MLIR] Add e2e test for unranked unary TF op, lowered and run with CPU runner.
PiperOrigin-RevId: 325665428
This commit is contained in:
		
							parent
							
								
									417e9e9c34
								
							
						
					
					
						commit
						843af36e05
					
				|  | @ -170,7 +170,7 @@ struct TransformUnrankedHloPass | |||
|     PopulateTransformUnrankedHloPatterns(&ctx, &patterns); | ||||
| 
 | ||||
|     // Apply transformation.
 | ||||
|     if (failed(applyFullConversion(getFunction(), target, patterns))) | ||||
|     if (failed(applyPartialConversion(getFunction(), target, patterns))) | ||||
|       return signalPassFailure(); | ||||
|   } | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue