|  | 
【Linux】
ROC-RK3399-PC Tensorflow OpenCL support
    
    Posted at  1/30/2019 12:24:59
            
         View:5055
     |
     Replies:1
     
  
     
 
   	
    
  Print   
        
  
   
  Only Author 
    [Copy Link]
	
    
 
  	             
1# 
 
| I'm trying to build tensorflow OpenCL, I followed this guide https://developer.codeplay.com/c ... low-arm-setup-guide 
 I was able to build bazel_0.11.1, but I'm unable to build tensorflow. I keep getting this error:
 ./tensorflow/contrib/lite/toco/toco_graphviz_dump_options.h:18:10: fatal error: 'string' file not found
 #include <string>
 ^~~~~~~~
 1 error generated.
 Target //tensorflow/tools/pip_package:build_pip_package failed to build
 INFO: Elapsed time: 2.325s, Critical Path: 0.16s
 FAILED: Build did NOT complete successfully
 
 Any suggestions?
 | 
 |