| 
														
															@@ -38,7 +38,9 @@ public class DNNModel implements Model { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         float[] outData = new float[outHandle.getSize()]; 
														 | 
														
														 | 
														
															         float[] outData = new float[outHandle.getSize()]; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         outHandle.copyToCpu(outData); 
														 | 
														
														 | 
														
															         outHandle.copyToCpu(outData); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         long time2 = System.currentTimeMillis(); 
														 | 
														
														 | 
														
															         long time2 = System.currentTimeMillis(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        log.info("predictor2 outData[0]={},outDataLen={},cost={}", outData[0], outData.length, (time2 - time1)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        log.info("predictor2 inNames={},outNames={},outData[0]={},outDataLen={},cost={}", inNames, outNames,outData[0], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                outData.length, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                (time2 - time1)); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         outHandle.destroyNativeTensor(); 
														 | 
														
														 | 
														
															         outHandle.destroyNativeTensor(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         inHandle.destroyNativeTensor(); 
														 | 
														
														 | 
														
															         inHandle.destroyNativeTensor(); 
														 |